summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-05-26 10:35:26 +0200
committerAleksander Machniak <alec@alec.pl>2012-05-26 10:35:26 +0200
commitead98f4efb712deb124655fd6fe0bf30d8e642c5 (patch)
tree349b9cdadccd50c9817e5b4b4ba6e30024b5f4fa /.htaccess
parent9a8a86efcae2c3c5ff36f71cbba7acd5ce3d4c6f (diff)
parentd4d2e427a561d2fc93e6922f7c6d0ea3e8f6f4a9 (diff)
Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index d5ebe4c20..82afe76de 100644
--- a/.htaccess
+++ b/.htaccess
@@ -30,8 +30,8 @@ php_value mbstring.func_overload 0
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/default/images/favicon.ico
# security rules
-RewriteRule .git/ - [F]
-RewriteRule ^README|INSTALL|LICENSE|SQL|bin|CHANGELOG$ - [F]
+RewriteRule .git - [F]
+RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG)$ - [F]
</IfModule>
<IfModule mod_deflate.c>