/ Published in: Regular Expression
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Deny access to Subversion working copy administrative # directories (.svn) and their contents RewriteRule .*/\.svn\b.* . [F,I,O]
URL: http://serverfault.com/questions/23340/ignoring-svn-directories-under-iis/83480#83480