在apache的httpd.conf文件中 第283行位置 <IfModule dir_module> DirectoryIndex index.html </IfModule> 写入index.php 即为: <IfModule dir_module> DirectoryIndex index.html index.php </IfModule>