blob: e1a69314c306c14f867f89c8e3eb3d0a6581063f (
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:
%%PREFIX%%/%%MANTISDIR%%
To make Mantis available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /mantis/ "%%PREFIX%%/%%MANTISDIR%%/"
<Directory "%%PREFIX%%/%%MANTISDIR%%/">
Options None
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Also be sure to read %%PREFIX%%/%%MANTISDIR%%/doc/INSTALL
=============================================================
|