日期:2014-05-17  浏览次数:20389 次

php默认查找的页面
php默认查找的页面
找到DirectoryIndex位置
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.html index.php
</IfModule>
?