From a93f39a8f21a4c060351a140ea5c83cb3ca9da11 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(-) (limited to '.htaccess') 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