Skip to content

Instantly share code, notes, and snippets.

@shillcock
Created March 4, 2009 19:38
Show Gist options
  • Select an option

  • Save shillcock/73962 to your computer and use it in GitHub Desktop.

Select an option

Save shillcock/73962 to your computer and use it in GitHub Desktop.
# Disable Access to .svn directories
RewriteRule \.svn - [F]
# Disable Access to .git directories
RewriteRule \.git - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment