Also, check out the default directory attributes under the [VFS] section as 755 might not be the best choice for directories you create that multiple people are going to upload to. In that case use 777 or something. Remember, the ability to delete other user's files and directories can still be denied by the [VFS] section. It sounds like you did that for existing directories which is probably fine as directories inherit their parent's permissions at the time of creation it will propagate downwards, but just thought I'd mention it.
|