方法就是在httpd.conf文件:
<Directory/>
AllowOverride none
Require all denied
</Directory>
修改成下面的就可以了!
<Directory/>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
AllowOverride none Requir...">
方法就是在httpd.conf文件:
<Directory/>
AllowOverride none
Require all denied
</Directory>
修改成下面的就可以了!
<Directory/>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
本文标题:XAMPP配置出现403错误“Access forbidden!
本文链接:https://www.haomeiwen.com/subject/wpwytxtx.html
网友评论