Protect svn and CVS paths/directories in Apache conf


/ Published in: Apache
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <DirectoryMatch "^/.*/(\.svn|CVS)/">
  2. Order deny,allow
  3. Deny from all
  4. </DirectoryMatch>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.