无法加载index.php怎么办

藏色散人
发布: 2023-03-03 06:00:01
原创
6271 人浏览过

无法加载index.php的解决办法:首先找到并打开“httpd.conf”文件;然后添加内容为“DirectoryIndex index.hmtl index.php”;最后修改“httpd-vhosts.conf”文件即可。

无法加载index.php怎么办

推荐:《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
登录后复制

以上是无法加载index.php怎么办的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板