Created
February 24, 2014 13:35
-
-
Save gwa/9188532 to your computer and use it in GitHub Desktop.
Prevent HTTP access to .svn folders
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
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