for example www.ddd.com www.ddd.co.uk www.ddd.org www.eee.com www.eee.co.uk all are the same website whereas www.test.com and www.test.co.uk would be two seperate testing sites.
There is no issue about ownership of the server or privacy issues between accounts on the server. I have been thinking about the best way to do this and have come up with a couple of scenarios:
- Have the 2nd and 3rd sites defined in Plesk with the main site in the default structure. This would allow me to have the DNS entries point to the server ip and they would all pick up the correct web site from the default server. Downside of this is that it isnt then managed within Plesk, and what happens with the email sent to these accounts?
- Have a "main" domain account set up and then modify the hosts.conf file to include all the domains that the Virtual Server will host. Downside is that the hosts.conf file is overwritten by Plesk each time the configuration changes.
- Have a "main" domain account set up in Plesk then add the other domains using the vhost.conf file and defining the additional domains in a seperate
tag
In all cases it is a little unclear what will happen with the email from the various additional domains.
Which option is the best, or is there an other solution that I have overlooked?