mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 08:21:52 +00:00
Don't suggest 777, only 775.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
This commit is contained in:
parent
43a9f052fd
commit
a11aeab4a6
6
INSTALL
6
INSTALL
@ -306,11 +306,9 @@ appropriate permissions using:
|
|||||||
chmod -R 0755 HTMLPurifier/DefinitionCache/Serializer
|
chmod -R 0755 HTMLPurifier/DefinitionCache/Serializer
|
||||||
|
|
||||||
If the above command doesn't work, you may need to assign write permissions
|
If the above command doesn't work, you may need to assign write permissions
|
||||||
to all. This may be necessary if your webserver runs as nobody, but is
|
to group:
|
||||||
not recommended since it means any other user can write files in the
|
|
||||||
directory. Use:
|
|
||||||
|
|
||||||
chmod -R 0777 HTMLPurifier/DefinitionCache/Serializer
|
chmod -R 0775 HTMLPurifier/DefinitionCache/Serializer
|
||||||
|
|
||||||
You can also chmod files via your FTP client; this option
|
You can also chmod files via your FTP client; this option
|
||||||
is usually accessible by right clicking the corresponding directory and
|
is usually accessible by right clicking the corresponding directory and
|
||||||
|
Loading…
Reference in New Issue
Block a user