• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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