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.