在apache的httpd.conf文件中
第283行位置
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
写入index.php
即为:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
原文地址:http://blog.51cto.com/13757802/2138923
时间: 2024-10-30 07:56:55
在apache的httpd.conf文件中
第283行位置
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
写入index.php
即为:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
原文地址:http://blog.51cto.com/13757802/2138923