为了账号安全,请及时绑定邮箱和手机立即绑定

Access forbidden!

Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster. Error 403 www.demo.com Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30   这是什么情况

正在回答

1 回答

找到了把httpd.conf里面的

<Directory />

    AllowOverride none

    Require all denied

</Directory>

改成下面

<Directory />

    #AllowOverride none

    #Require all denied

    Order deny,allow

    Allow from all

</Directory>

但不知道是为什么这样改

2 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
PHP之Yii2框架搭建完整博客系统
  • 参与学习       22594    人
  • 解答问题       279    个

Yii是PHP快速开发的最佳实践之一,一起领略yii2快速开发的风采

进入课程

Access forbidden!

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信