Permission problem - users can't access main index.php anymore
- by JMan
From /var/www, I executed "chmod -R 774 ." and now none of my .php scripts are accessible. From my browser, when I type in mydomain.com or mydomain.com/test2.php or mydomain.com/test.php, I get the 403 Forbidden error msg.
So, I changed the permissions of 3 of the .php scripts to 775, but this didn't help either.
Here is the output from "ls -la…