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

More than one domain name for one physical hosting account

O

oglimmer

Guest
Hi,

I want to use many domain names in one physical hosting account.

For example:
funny-pics.com
funnypics.com
funny-pics.org
funnypics.org

in one account. I don't want to use redirects or forwardings.

What do I have to do?

Thanks
Oli
 
It is not possible to do this in plesk without manual file modification. It's been a while since I tried, but IIRC you could create a VirtualHost container in your vhost.conf for the "primary" domain.
 
You have to consider how you want the aliasing to function...

If its only a question about making the webserver answer to those aliases it can be done by adding the servers IP adress to DNS (a or cname record) and then manually editing the vhost.conf / vhost_ssl.conf settings for the physical domain to also include the alised domains.

(it can not be done native from within the Plesk interface)

If its also a question about aliasing mail then you have to edit some qmail settings.

One product that will do this for you is
4PSAs Total Domains.
 
Thanks.

Manually editing vhost.conf is of course an option, but I was afraid that Plesk could overwrite this file in the future.
 
Using the vhost.conf is exactly the point here - as if you read the documentation... You'll see that the idea with the vhost.conf is exactly to add customized settings that will not be overwritten by Plesk...
 
Back
Top