• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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