/ Published in: Regular Expression
URL: http://serverfault.com/questions/23340/ignoring-svn-directories-under-iis/83480#83480
Expand |
Embed | Plain Text
# Deny access to Subversion working copy administrative # directories (.svn) and their contents RewriteRule .*/\.svn\b.* . [F,I,O]
You need to login to post a comment.
