wamp怎么自动打开http://localhost/index.html?我想自动打开http://localhost/index.php,请问如何设置?
wamp怎么自动打开http://localhost/index.html?我想自动打开http://localhost/index.php,请问如何设置?...
wamp怎么自动打开http://localhost/index.html?我想自动打开http://localhost/index.php,请问如何设置?
展开
展开全部
修改apache的配置就可以..打开apache所在配置文件夹, /conf/httpd.conf/ 找到DirectoryIndex,
如下例子就是先执行index.php
<IfModule dir_module>
DirectoryIndex index.php index.html index.htm l.php
</IfModule>
如果你要先执行html, 就是修改成
<IfModule dir_module>
DirectoryIndex index.html index.php index.htm l.php
</IfModule>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |