freebsd-ports/www/coppermine/files/pkg-message.in
Martin Wilke eee9956e5b - Update to 1.4.14
- Clean up Makefile
- Utilized WWWDIR macro

Submitted by:	farrokhi@ (maintainer)
2008-01-07 22:34:53 +00:00

18 lines
545 B
Text

****************************************************************
The Coppermine Photo Gallery has been installed in the directory
%%WWWDIR%%.
You must add appropriate configuration directives to your
apache configuration file (%%PREFIX%%/etc/apache/httpd.conf).
A typical configuration would be:
Alias /coppermine/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
****************************************************************