当前位置: 代码迷 >> PHP >> php默许查找的页面
  详细解决方案

php默许查找的页面

热度:103   发布时间:2016-04-28 22:56:06.0
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>
?
  相关解决方案