This is a discussion on filesystem copy: directory permission? within the PHP Language forums, part of the PHP Programming Forums category; I am using the php copy command to copy what is essentially a blank template, or placeholder file into a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am using the php copy command to copy what is essentially a blank
template, or placeholder file into a directory immediately below it. What permissions do I need to give this target directory that will not compromise security, yet allow the filesystem write? The target directory will be accessed by users via http and will be password protected with an .htaccess file. This is on a hosted account, so I can't add the php user (nobody? I'm not sure what it is) to a group permission. I'm no *nix guru, so any ideas are appreciated. Thanks. Dan |