[size=1.2em]New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.
Error 403
192.168.255.139
Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11
解决方法是打开
d:\xampp\apache\conf\extra\httpd-xampp.conf
找到如下面所示的代码内容:
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>