Created
November 1, 2017 08:36
-
-
Save giehlman/f6e2946534f96b1014c6c55764b9bb54 to your computer and use it in GitHub Desktop.
.htaccess snippet hiding some files, i.e. .git, .svn, etc.
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
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