Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
|
Hi Everyone,
I am trying to move my website from one hosting package to another with hostpapa. My site currently uses $_SERVER['DOCUMENT_ROOT'] for all the paths in PHP.
On my current hosting package this configuration works fine, however it does not work on the hostpapa hosting account. The document_root variable points to '/usr/local/apache/htdocs' and the document root of my website is '/home/<username>/public_html/'.
Is there a way to change the $_SERVER['DOCUMENT_ROOT'] variable for my website only, to point to the correct directory?
__________________
- cbeaudin
|