I have a bunch of sites on a standard HostGator Dedicated server. I would like to run PHP scripts that can access and make changes (add, update, delete files and directories) to the file structure of every single site on this server. What would I need to do for this to work? Right now I get Permission Denied errors when I try to access siteA
from siteB
within a PHP script.
UPDATE:
I just found out that my server uses SuPHP, which explains why I was not able to have one sites scripts access another site. Would this work no problem if I switched to fcgi?