I didn't want to have to ask for help, but I think I have to..
I have a dedicated linux server. I am hosting several sites on one IP.
I am trying to replicate one particular site and am having a problem which is either permissions related or include-path related.
When I look at the phpinfo() for the original site and the copied site, they are virtually identical, but one main difference is the original site has a different include_path.
But when I access the server's etc directory and vi the php.ini file, the include_path doesn;t match either the copied or original. Its just commented out
I checked the httpd.include file and it references the conf folder in the original directory as if there are more include commands there but I can not access it or change the persmissions or anything.
Is there another file specific to each website to update include paths? Am I making any sense?