Wednesday 9 May 2012

XAMPP new security concept

"access to the requested directory is only available from the local network"
To fix this issue quick and dirty:
Comment the last LocationMatch node in  C:\XAMPP\apache\conf\extra\httpd-xampp.conf


Example:


#Close XAMPP sites here
#<LocationMatch "^/(?i:(?:xampp|license|phpmyadmin))">
#        Order deny,allow
#        Deny from all
#        Allow from ::1 127.0.0.0/8
#        ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
#</LocationMatch>


or set your own restrictions.

No comments:

Post a Comment