Deny / Exclude SVN folder access on servers using ISAPI Rewrite or Equivalent.


/ Published in: Regular Expression
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # Deny access to Subversion working copy administrative
  2. # directories (.svn) and their contents
  3. RewriteRule .*/\.svn\b.* . [F,I,O]

URL: http://serverfault.com/questions/23340/ignoring-svn-directories-under-iis/83480#83480

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.