summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-07-28 14:27:18 +0200
committerAleksander Machniak <alec@alec.pl>2013-07-28 14:27:54 +0200
commitdfaf8c5b8c5f1152275a2201b6b44c29fa10397c (patch)
treed2805006d40f78f11030c265d88e36a9bcdd3c19
parentaddbb83521283674b933725cea1f7824632bbe52 (diff)
- Fix rewrite rule in .htaccess (#1489240)
-rw-r--r--.htaccess2
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 481bd091a..345d26dba 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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>
diff --git a/CHANGELOG b/CHANGELOG
index a6553100a..8d163def1 100644
--- a/CHANGELOG
+++ b/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)