summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2012-05-12 16:47:51 +0200
committerThomas Bruederli <bruederli@kolabsys.com>2012-05-12 16:47:51 +0200
commit5c6d1ac5a25550515a20b74c1986045127a87265 (patch)
tree46ccb174e481f842f2f18a5e9b27dd4cb2a435d7 /.htaccess
parent568e26c343e73d0d4e983342bf7b29bddb33715b (diff)
parent02cf44e1838aca64e14921d30dc44d25a4d73b1c (diff)
Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
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]
</IfModule>