Forum Moderators: coopster
Recently, I have set up two new sites on PHP5/Apache2 hosts (different providers). On both of these two servers, DOCUMENT_ROOT returns what I believe to be an incorrect value, in that it isn't the path to my root directory at all. For example, on one server, it returns:
/admin/www/
Whereas my true DOCUMENT_ROOT is:
/home/user846732/website/
Is this a new 'feature', or have I just been unlucky to grab two hosts who return an incorrect DOCUMENT_ROOT?