diff options
author | Antoine Catton <antoine.catton@utt.fr> | 2012-05-09 16:50:43 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-10 19:24:43 +0200 |
commit | 82e1bd22a16484abc7621397bb8348a2cf398c9f (patch) | |
tree | e0c519a97ea033c2fe16ed51e41dc60dd06beb92 | |
parent | 8d320e43def2c355542fbf631668d5d1504b1d04 (diff) |
Replace directory .svn/ by .git/ in security rules
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] </IfModule> |