apache怎么设置默认文档顺序,index.asp index.php index.html,修改哪个文件?
在你apache里有conf这个文件夹,里面有个httpd.conf
在里面找到这段
大概是这样子的
<Directory/>
OptionsFollowSymLinks
DirectoryIndexindex.phpindex.html
AllowOverrideAll
Orderdeny,allow
Allowfromall
</Directory>
这就是先找index.php,没有再找index.html。。。
你挨个放就行了
弄完之后重启apache就好了,改之前最好做个备份,要不apache起不来就虾米了