• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

CNAME help

R

Rich Rauth

Guest
I have a domain name www.abc.com
I want visitors to be directed to my actual site at www.xyz.com. Can I do this by simply creating CNAME record for domain xyz.com like:
www.abc.com CNAME www.xyz.com
or must I do it using a frame-forwarding domain with its own DNS records pointing to www.xyz.com
Plesk doesnt seem to want to create a CNAME record like that, something about one already exists, but it doesnt.
Thanks.
 
Try this:
If you have an .HTACCESS file in the root folder of your abc.com domain (/httpdocs?)...

insert this line at the top of the file:- redirect permanent / http://www.xyz.com
 
Back
Top