Skip to content

Instantly share code, notes, and snippets.

@kopepasah
Created December 29, 2014 05:51
Show Gist options
  • Save kopepasah/5a00a50f9ee3fdbc95d4 to your computer and use it in GitHub Desktop.
Save kopepasah/5a00a50f9ee3fdbc95d4 to your computer and use it in GitHub Desktop.
An .htaccess configuration for hiding SVN/Git files.
# Hide SVN / GIT files
RedirectMatch 404 /\\.(git|gitignore|gitmodules|sh|svn|log|htaccess|htpasswd|ini|phps|fla|psd)(/.*|$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment