Published in: Apache
|
|
|
URL: http://www.adamgotterer.com/2009/01/26/hacking-the-svn-directory/
Saw this in a blog post about exploiting .svn directories on websites. Seemed like a good .htaccess rule to store for future use.
Expand |
Embed | Plain Text
RewriteRule (\.svn)/(.*?) - [F,L]
You need to login to post a comment.

