Hi. How do i change the document root of users web folder? If i place a php script inside the users folder: the document root points to /var/www/web99/web?
I have no problem running php scripts? they all work fine except the document_root part.. How is this possible if php is not supported?
For example, the docroot is not set correctly as you recognized yourself. You may run PHP scripts, but it is not supported to run PHP scripts there as all php scripts will run with thes ettings of the main website which may work with some script, but other scripts will fail.