Quote:
Originally posted by hw-tph
Well you would want execute permissions on directories the apache user should be able to list (chmod o+x) since that's what the execute bit means when it comes to dirs.
If the file isn't accessed directly as, say http://blah/index.html and the server isn't allowed to list the root dir for index.* files you would get an access denied.
hw
|
First: The website works, but not anymore when I've changed the accessrights. So I assume that part works correctly
In the mean time i did:
chmod 777 for only the dir where the files are located(wide open). Then on the files I did a chmod 644 because an .php file only needs read if I understand well. The .php don't need to be executed as far as I know, because php parses the file himself.
Now as soon as I leave the x away it's not working. ...