Error when trying to access XAMPP from a network in windows
Access to the requested object is only available from the local network. This setting can be configured in the file "httpd-xampp.conf".
This solution will work in latest version of XAMPP
1.) Go to C:\xampp\apache\conf\extra
2.) Open httpd-xampp
3.) Look for
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
4.) Remove them5.) Restart Xampp
You are done
No comments:
Post a Comment