在apache中设置访问目录进入默认页面index.php
在httpd.conf文件中
?
<IfModule dir_module>
? ? DirectoryIndex index.html index.php index.jsp
</IfModule>
添加默认的页面比如index.php,之间使用空格进行隔开