From 82e1bd22a16484abc7621397bb8348a2cf398c9f Mon Sep 17 00:00:00 2001 From: Antoine Catton Date: Wed, 9 May 2012 16:50:43 +0200 Subject: Replace directory .svn/ by .git/ in security rules --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 98258c9fe..d5ebe4c20 100644 --- a/.htaccess +++ b/.htaccess @@ -30,7 +30,7 @@ php_value mbstring.func_overload 0 RewriteEngine On RewriteRule ^favicon\.ico$ skins/default/images/favicon.ico # security rules -RewriteRule .svn/ - [F] +RewriteRule .git/ - [F] RewriteRule ^README|INSTALL|LICENSE|SQL|bin|CHANGELOG$ - [F] -- cgit v1.2.3