ZenphotoCMS Forum
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,
According to the zenphoto installation readme, permissions for 'albums' and 'cache' directories - and I assume subdirectories within them - need to be set to rwxrwxrwx (777).
How about the rest of the files in the zenphoto package - what permissions should they have? (My question may seem dumb to some but, hey, I have to start somewhere!)




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!