• 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.

Domain Mapping

I

iazjrc

Guest
I'm quite new to Plesk and have been looking for a function allowing me to map two or more domains whereby domainname1.com/index.html points to the same file as domainname2.com/index.html. I can't find anything in the control panel and have been googling for some time with no luck.
Previous hosts have been able to do this with an annual fee for the pleasure, so I know it can be done but I don't know where to start.

Could anyone point me in the right direction?

Many thanks.
 
Very simple. Create vhost.conf in the domain.com/conf directory. In that file, put
ServerAlias www.domain2.com or any other names you want to use. Then you need to trigger Plesk to re-configure- with a command like:
/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=$1

good luck!
 
Back
Top