file and folder permitions file and folder permitions
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

file and folder permitions

Started by daniel.duarte, January 11, 2004, 12:37:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daniel.duarte

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!

Joachim Müller

read the readme that comes with coppermine! The script needs write permission in /include and /albums (including all subfolders), CHMOD accordingly.

GauGau

daniel.duarte

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!