diff options
Diffstat (limited to 'www/gallery3/files/pkg-message.in')
-rw-r--r-- | www/gallery3/files/pkg-message.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/gallery3/files/pkg-message.in b/www/gallery3/files/pkg-message.in index 2e18579cb631..ef723a80d58a 100644 --- a/www/gallery3/files/pkg-message.in +++ b/www/gallery3/files/pkg-message.in @@ -16,12 +16,15 @@ If you are using MySQL, here's the short version of the instructions: You will also need to configure Apache. Consider adding the following to your httpd.conf: + Alias /gallery2 "%%WWWDIR%%" + <Directory "%%WWWDIR%%"> AllowOverride Options FileInfo + Allow from all </Directory> Then restart Apache: 'apachectl graceful' -Please visit 'http://{host.domain}/%%WWWDIR_REL%%/' in a +Please visit 'http://{host.domain}/gallery2/' in a web-browser and follow the configuration instructions. ***************************************************************** |