摘要:无法加载index.php的解决办法:首先找到并打开“httpd.conf”文件;然后添加内容为“DirectoryIndex index.hmtl index.php”;最后修改“httpd-vhosts.conf”文件即可。推荐:《PHP
无法加载index.php的解决办法:首先找到并打开“httpd.conf”文件;然后添加内容为“DirectoryIndex index.hmtl index.php”;最后修改“httpd-vhosts.conf”文件即可。
推荐:《PHP教程》
访问项目时,不能自动加载index.php文件
1、修改配置文件D:\\lamp\\apache\\conf\\httpd.conf加上DirectoryIndex index.hmtl index.php
<IfModule !mpm_netware_module> DirectoryIndex index.hmtl index.php <IfModule !mpm_winnt_module>
2、第二中方法:
修改D:\\lamp\\apache\\conf\\extra\\ httpd-vhosts.conf的文件加上
Options +Indexes DirectoryIndex index.php index.html
相关文章推荐
网站谷歌评分90+意味着什么?2022-09-06
怎样将不安全网站变成安全网站访问?2022-09-26
网站排名下降,可能跟算法更新没关系2022-09-20
网站如何设置高质量的网页标题?2022-09-14
做外贸网站选哪些语言?法语、德语最吃香2022-09-13