![]() |
|
zenphoto file permissions - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: zenphoto file permissions (/thread-1398.html) |
zenphoto file permissions - marsbar - 2007-04-27 Hi all, zenphoto file permissions - lordcoffee - 2007-04-27 You just need to chmod the cache and the albums directories. Nothing more :-) zenphoto file permissions - trisweb - 2007-04-27 But just as a general rule, they should have 644 permissions (rw-r--r--) for general HTML and images and PHP files. Directories should be 755 (rwxr-xr-x) in general. zenphoto file permissions - marsbar - 2007-04-28 Many thanks to both for your helpful replies! |