fiddler和xampp安装成功后,网站打不开,出现403的错误
解决办法
编辑httpd.conf文件注释掉以下代码
#AllowOverride none # Require all denied
然后在后面加上以下代码
Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Require all granted