03.10.2016, 06:08
No httpd-xampp.conf, troque as linhas:
Por:
PHP код:
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
PHP код:
<LocationMatch "^/(?i:(?:xampp|licenses|webalizer|server-status|server-info))">
Order deny,allow
Deny from 212.124.114.48
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>