读书人

在apache中设立访问目录后进入的默认页

发布时间: 2013-10-10 14:14:51 作者: rapoo

在apache中设置访问目录后进入的默认页面为index.php

找到apache的配置文件httpd.conf后找到
<IfModule dir_module>
DirectoryIndex index.htmlindex.php
</IfModule>
在其中添加index.php,

读书人网 >Apache

热点推荐