4)为apache安装mantis系统
打开c:\apache-2.0.52 \conf\httpd.conf文件,添加如下内容到文件尾
Alias /mantis "c:/mantis-0.19.2/"
<Directory "c:/mantis-0.19.2/">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
查找DirectoryIndex,添加index.php到后面。像这样DirectoryIndex index.html index.html.var index.php
安装的时候是照这个说明做的,只是我的是装在d盘,怎么启了apache后,mantis还是启不来呢?有哪位大侠知道吗?