blob: 2c132de778de4e69cc36fb80b92b0d9bf92a9c64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
=============================================================
Everything has been installed to:
%%WWWDIR%%
To make Mantis available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /mantis/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%/">
Options None
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Also be sure to read %%WWWDIR%%/doc/INSTALL
=============================================================
|