Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Protect .svn directories using htaccess (See related posts)

// block access to .svn dirs
// should be done server-wide if you can (another snippet)

<IfModule mod_rewrite.c>
  RewriteRule ^(.*/)?\.svn/ - [F,L]
  ErrorDocument 403 "Access Forbidden"
</IfModule>

Comments on this post

hotsonlie posts on Jan 09, 2010 at 03:58
Thanks again for your help.

Your site contain much useful information.

www.dvbonsale.com/.dreambox500c,dreambox500s,dreambox600c,dreambox600s and dreambox800HD

teknopaylasim posts on Feb 05, 2010 at 14:09
thanx
forum posts on Feb 05, 2010 at 15:57
jnsd kjf;sj fljsl djflsjd f

You need to create an account or log in to post comments to this site.


Related Posts