hello everybody. Can anyone help me please? What is the best way to change the DocumentRoot from /var/www/client1/web1/web to /var/www/client1/web1/web/XXX It is a good idea to put this into the Directives Apache Snippets: DocumentRoot "/var/www/client1/web1/web/XXX" or DocumentRoot "/var/www/client1/web1/web/XXX/" or DocumentRoot /var/www/client1/web1/web/XXX This is a good way to do this? Best regards marius
you can use this: DocumentRoot {DOCROOT}/XXX The {DOCROOT} variable gets replaced by ISPConfig automatically.