diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-26 10:32:10 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-26 10:32:10 +0200 |
commit | 6d3e53d2b8a24e594f7c7fe93a0632a8171cdab3 (patch) | |
tree | 6e75f0e6afb61c8594d379ab47c7b3ee2e761285 /.htaccess | |
parent | 476fa983c0b8c64c8a28606a1897049e75f4e061 (diff) | |
parent | fa5f3f26f938ec8ddf7db8e9401e0e4363decfb7 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |