Forum Moderators: mack
We've tried the secure way, using 755 directories and 644 files, but our scripts can't edit these files, unfortunately.
Would it be safe to update files with 777 permission within a 755 directory owned by eproxim? Or what about 766 files, would that be safe?
Another issue we're running into is that we must keep the ability to use a regular FTP client if we need to. Depending on the permissions, sometimes using a regular FTP client won't let us edit these files.
Thanks SO much in advance for any help you guys can give me :P
It comes down to the permissions. The web server will run as a certain user and access to read/write/execute files from the browser will pertain to that user. Once you have the user(s) figured out, grant the permissions as necessary and you should be good to go.
There was a discussion once in the PHP forums regarding permissions for directories that needed write access, like file uploads for example. Here it is:
[webmasterworld.com...]
There is some good reading in there as well.