Tweak databases/mantis version 1.2.19_1
[dports.git] / databases / mantis / files / pkg-message.in
1
2 =============================================================
3 Everything has been installed to:
4
5         %%WWWDIR%%
6
7 To make Mantis available through your web site, I suggest
8 that you add something like the following to httpd.conf:
9
10     Alias /mantis/ "%%WWWDIR%%/"
11
12     <Directory "%%WWWDIR%%/">
13         Options None
14         AllowOverride None
15
16         Order Allow,Deny
17         Allow from all
18     </Directory>
19
20 Also be sure to read %%WWWDIR%%/doc/INSTALL
21 =============================================================
22