aboutsummaryrefslogtreecommitdiff
path: root/www/coppermine/pkg-message
blob: 50e5fe65110e7e5605f7d1d979c69afb868747c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
****************************************************************
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>

****************************************************************