Aleksander Machniak
2013-07-28 1c51d16eb3c564702597b86e9ea40f2791052a7c
- Fix rewrite rule in .htaccess (#1489240)
2 files modified
3 ■■■■ changed files
.htaccess 2 ●●● patch | view | raw | blame | history
CHANGELOG 1 ●●●● patch | view | raw | blame | history
.htaccess
@@ -27,7 +27,7 @@
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>
CHANGELOG
@@ -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)