8924156e6b
Coppermine Photo Gallery is a picture gallery script. Users can upload pictures with a web browser (thumbnails are created on the fly), rate pictures, add comments and send e-cards. The admins can manage the galleries and batch add pictures that have been uploaded on the server by FTP. Approved by: krion (mentor)
19 lines
578 B
Plaintext
19 lines
578 B
Plaintext
****************************************************************
|
|
The Coppermine Photo Gallery has been installed in the directory
|
|
%%PREFIX%%/%%CPGDIR%%.
|
|
|
|
You must add appropriate configuration directives to your
|
|
apache configuration file (%%PREFIX%%/etc/apache/httpd.conf).
|
|
A typical configuration would be:
|
|
|
|
Alias /coppermine/ "%%PREFIX%%/%%CPGDIR%%/"
|
|
|
|
<Directory "%%PREFIX%%/%%CPGDIR%%">
|
|
Options Indexes FollowSymlinks MultiViews
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
****************************************************************
|