Index: .htaccess =================================================================== --- .htaccess (revision 14472) +++ .htaccess (working copy) @@ -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