• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

document root plesk 8.2.1 change from httpdocs to subdirectory ?

S

sukram33

Guest
hi, is it possible to change the document root from httpdocs to another subdirectory ? i used confix during the last years and within confixx it has been very easy to change the document rot and now i am astonished not to find such a funktion within plesk, thank you very markus
 
Create Vhost

To change the DocumentRoot just create a file named vhost.conf in the "conf"-Directory of the domain and add your own DocumentRoot. Plesk includes the vhost by running this command:

/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=yourdomain.com

and restart your Apache. A second DocumentRoot overwrites the first.

You can check this by looking at the httpd.include. There should appear the inclusion at the end of the file. This way you can also add RewriteRules and other Apache-configurations for a single domain.
 
Back
Top