Skip to content

Instantly share code, notes, and snippets.

@giehlman
Created November 1, 2017 08:36
Embed
What would you like to do?
.htaccess snippet hiding some files, i.e. .git, .svn, etc.
RedirectMatch 404 (?i)\.git
RedirectMatch 404 (?i)\.svn
RedirectMatch 404 (?i)/\..+
RedirectMatch 404 (?i)\_.+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment