diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-07-28 14:27:18 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-07-28 14:27:54 +0200 |
commit | dfaf8c5b8c5f1152275a2201b6b44c29fa10397c (patch) | |
tree | d2805006d40f78f11030c265d88e36a9bcdd3c19 | |
parent | addbb83521283674b933725cea1f7824632bbe52 (diff) |
- Fix rewrite rule in .htaccess (#1489240)
-rw-r--r-- | .htaccess | 2 | ||||
-rw-r--r-- | CHANGELOG | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,7 @@ php_value mbstring.func_overload 0 RewriteEngine On RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico # security rules -RewriteRule .git - [F] +RewriteRule \.git - [F] RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [F] RewriteRule ^/?(SQL|bin) - [F] </IfModule> @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Fix rewrite rule in .htaccess (#1489240) - Fix detecting Turkish language in ISO-8859-9 encoding (#1489252) - Fix identity-selection using Return-Path headers (#1489241) - Fix parsing of links with ... in URL (#1489192) |