View Single Post
Old 10-08-2012, 09:17 PM   PM User | #5
andrew55
New Coder

 
Join Date: Mar 2012
Posts: 18
Thanks: 4
Thanked 0 Times in 0 Posts
andrew55 is an unknown quantity at this point
I talked to the hosting account techs and although they are a great company, they let me know setting the document root functionality is not natively supported in their cPanel at this time.

I have a couple thousand SS includes (or whatever they technically are) that I will have to edit in the site, and I am trying to avoid using relative paths for this reason - this seems as if will be very time consuming

Just to make sure I understand, the following method does work when I test it, but you are suggesting that I do not use this method?


PHP Code:
<?php 
include ("includes/header.php"); 
?>
Thank you for any suggestions.
andrew55 is offline   Reply With Quote