Posted by dshesnicky on 09/21/07 11:30
>
> 755 permissions are safe enough. Full read access and only user write
> access.
Why give 755 for "file permissions I need to allow for the content to
be
writable by my PHP script."? Use 644 for read and write permissions by
user
and read by the world. Using 755 adds executable permissions which
aren't
needed on data files only scripts and binaries.
Don
[Back to original message]
|