Index: branches/5.1.x/.htaccess =================================================================== diff -u -N -r14241 -r14486 --- branches/5.1.x/.htaccess (.../.htaccess) (revision 14241) +++ branches/5.1.x/.htaccess (.../.htaccess) (revision 14486) @@ -57,4 +57,6 @@ RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|bmp|js|css|ico|swf)$ [NC] -RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA] \ No newline at end of file +RewriteRule ^(.*) index.php?rewrite=on&_mod_rw_url_=$1 [QSA] + +RedirectMatch 404 /(\.svn|CVS)(/|$) \ No newline at end of file