I am trying to migrate a site to a new server (centOS5 and plesk 9.2.1)
I would like to get the site running on a subdomain before pointing the root domain to the new server.
In plesk I created domain.com and the subdomain setup.domain.com and then I pointed setup.domain.com to my new server. That works.
plesk setup folders as follows domain.com/ domain.com/httpdocs/ domain.com/subdomains/ domain.com/subdomains/setup/ domain.com/subdomians/setup/httpdocs
At the moment, setup.domain.com shows the index file in domain.com/subdomains/setup/httpdocs
I would like setup.domain.com to serve the files out of domain.com/httpdocs
Here is what I have tried. - using a server alias in plesk instead of a subdomain - using a subdomain, then modifying setup.domain.com's DocumentRoot in httpd.include to be domain.com/httpdocs and restarting apache
I've searched everywhere, is there an easy way to achieve this?