Created
January 26, 2015 08:26
-
-
Save paoloumali/078fe76e45f2038893ce to your computer and use it in GitHub Desktop.
xampp: allow remote/non-local access
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
comment out the following: | |
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))"> | |
Require local | |
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var | |
</LocationMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment