Skip to content

Instantly share code, notes, and snippets.

@rgo
Created July 23, 2009 15:03
Show Gist options
  • Save rgo/153049 to your computer and use it in GitHub Desktop.
Save rgo/153049 to your computer and use it in GitHub Desktop.
Protect access to .svn directories.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} \.svn
RewriteRule ^.*$ - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment