Skip to content

Instantly share code, notes, and snippets.

@paoloumali
Created January 26, 2015 08:26
Show Gist options
  • Save paoloumali/078fe76e45f2038893ce to your computer and use it in GitHub Desktop.
Save paoloumali/078fe76e45f2038893ce to your computer and use it in GitHub Desktop.
xampp: allow remote/non-local access
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