Was die stabilste Methode bei einer Site die DocumentRoot fest auf ein Unterverzeichnis zu legen? MfG
You always do this through the ISPConfig GUI, never change vhost files manually. Do you use Apache or Nginx server?
I have it in the Options like this right now, but it gives me another problem: DocumentRoot /var/www/clients/client0/web1/web/public/ Alias /client/ /var/www/clients/client0/web1/web/client/
but the application has installed a clients directory parallel to public and the web server needs to access it (I did not write the app). The installation guide uses an Alias. How else?