Skip to content

Instantly share code, notes, and snippets.

@gwa
Created February 24, 2014 13:35
Show Gist options
  • Save gwa/9188532 to your computer and use it in GitHub Desktop.
Save gwa/9188532 to your computer and use it in GitHub Desktop.
Prevent HTTP access to .svn folders
RewriteEngine On
RewriteRule ^(.*/)?\.svn/ - [F,L]
ErrorDocument 403 "Access Forbidden"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment