Access forbidden!

适用的XAMPP的版本为:3.2.1

解决办法:

修改http-xampp.conf这个配置文件的下面部分:

<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
        Require local
    ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

将上面配置文件中的Require local这一行注释掉,重新其中Apache就可以了。

你可能感兴趣的:(Access forbidden!)