Hello,
I moved coppermine from an old sever to a new one, but after the ziping of the coppermine folder the new files lost the initial set permitions.
I would like to know what are the file permitions that I should set to all the files and folders of the coppermine directory?
Thanks!
read the readme that comes with coppermine! The script needs write permission in /include and /albums (including all subfolders), CHMOD accordingly.
GauGau
Hello,
Thanks for the reply!
I was thinking and wanted to know if the following makes sence:
In the coppermine dir:
chmod 701 .
chmod -R 505 *
chmod a+rw include
chmod a+rw albums
and to all the directories inside albums:
chmod a+rw <album_dir>
I wanted to remove acess to everyone else by the shell, that's why I selected 0 to my group of users.
Thanks again!