|
To set properly the document root when multiple webapps resides under the same websites, according to http://docs.webfaction.com/software/php.html#setting-php-s-document-root we need to:
Question: Do we need also to modify $_ENV['DOCUMENT_ROOT'] ? |
|
The settings are independent. If you also need $_ENV['DOCUMENT_ROOT'], add to the set_document_root.php file like this:
|