On my site:
I keep getting erros all over my site when using PHP files that arent CHMOD to 644 or 755.
If I chmod recursively this directory 755 I get:
[an error occurred while processing this directive]
And I f I chmod it recursively to 644 I get:
Forbidden
You don’t have permission to access /disposable/admin/ on this server.
Help? 🙁 I use Hostmonster as my host. is it on their end?
I’d try claiming ownership of the files first with
chown– be careful with this though because if you set the permissions tightly and not loosely, you might have trouble accessing them any other way than through PHP itself.