index.php默认不加载我刚刚安装了CentOS,Apache和PHP。当我访问我的网站http://example.com/myapp/时,它会显示“禁止”。默认情况下,它不加载index.php文件。当我访问http://example.com/myapp/index.php时,它运行正常。知道如何解决这个问题吗?
3 回答
不负相思意
TA贡献1777条经验 获得超10个赞
猜测我会说目录索引设置为index.html,或者某些变体,请尝试:
DirectoryIndex index.html index.php
这仍将使index.html优先于index.php(如果您需要抛出维护页面,则会很方便)
- 3 回答
- 0 关注
- 714 浏览
添加回答
举报
0/150
提交
取消