Skip to content

Instantly share code, notes, and snippets.

@giehlman
Created November 1, 2017 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giehlman/f6e2946534f96b1014c6c55764b9bb54 to your computer and use it in GitHub Desktop.
Save giehlman/f6e2946534f96b1014c6c55764b9bb54 to your computer and use it in GitHub Desktop.
.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