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>?
发布时间: 2012-12-19 14:13:14 作者: rapoo
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>?