访问文件夹目录默认页面打不开,显示无法找到该网页,务必输入index.php才可以,我是云主机是不是IIS问题
发布网友
发布时间:2022-04-18 11:27
我来回答
共3个回答
热心网友
时间:2022-04-18 12:56
iis里设置的 ,文档-找到index.php 上移-确定就可以了。再不行可能就是程序原因。
热心网友
时间:2022-04-18 14:14
云主机的话,应该是可以修改httpd.conf了
在里面你寻找到:
<IfMole dir_mole>
DirectoryIndex index.html index.htm
</IfMole>
在后面加上index.php
为:
<IfMole dir_mole>
DirectoryIndex index.html index.htm index.php
</IfMole>
另外,你确认一下你的php运行正常,写一个只有phpinfo()函数的网页,运行下看看。
热心网友
时间:2022-04-18 15:49
检查一下iis中的首页设置