Aleksander Machniak
2013-07-28 dfaf8c5b8c5f1152275a2201b6b44c29fa10397c
- 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
@@ -30,7 +30,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)