• Hi, I’m trying to change my file permissions and when I change CHMOD to 666 then the page on my server does not load. Or it has a million Warning: Errors show up. How can I stop this and make it work right?

Viewing 1 replies (of 1 total)
  • You probably removed the x bit from directories and that’s why are getting errors. Make sure each directory is readable/executable by the user who runs your web server. You can find out how to do it here

    Otherwise I don’t see why you’d be getting errors after chmod 666

Viewing 1 replies (of 1 total)
  • The topic ‘Problem changing file permissions’ is closed to new replies.