fiddler和xampp安装成功后,网站打不开,出现403的错误

解决办法

编辑httpd.conf文件注释掉以下代码

#AllowOverride none
# Require all denied

然后在后面加上以下代码

Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted

相关文章:

  • 2021-11-25
  • 2021-10-03
  • 2021-12-02
  • 2022-02-09
  • 2022-12-23
  • 2021-11-08
  • 2021-11-02
猜你喜欢
  • 2021-10-27
  • 2022-02-19
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
相关资源
相似解决方案