wamp怎么自动打开http:⼀⼀localhost⼀index.html?我想自动打开http:⼀⼀localhost⼀index.php,请问如何设置?

2024-12-27 12:16:28
推荐回答(1个)
回答1:

修改apache的配置就可以..打开apache所在配置文件夹,  /conf/httpd.conf/ 找到DirectoryIndex, 

如下例子就是先执行index.php 


    DirectoryIndex index.php index.html index.htm l.php

如果你要先执行html, 就是修改成


    DirectoryIndex index.html index.php index.htm l.php