summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-02-06 09:07:05 +0100
committerAleksander Machniak <alec@alec.pl>2015-02-06 09:07:05 +0100
commit0b9b9f63b585ee3d6190342a993eb49d2b772dc4 (patch)
tree1c1c86707ed5ec83d4c1f74439a77a4713d2dfad
parent7c96646de0efda16cded8491138bfefe31aca940 (diff)
Enable FollowSymLinks option in .htaccess file which is required by rewrite rules (#1490255)
-rw-r--r--.htaccess1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 275161166..95e5bf475 100644
--- a/.htaccess
+++ b/.htaccess
@@ -24,6 +24,7 @@ php_value session.gc_probability 1
</IfModule>
<IfModule mod_rewrite.c>
+Options +FollowSymLinks
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
diff --git a/CHANGELOG b/CHANGELOG
index 74cd27db1..b77215c86 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@ CHANGELOG Roundcube Webmail
- Fix false warning when opening attached text/plain files (#1490241)
- Fix bug where signature could have been inserted twice after plain-to-html switch (#1490239)
- Fix security issue in DBMail driver of password plugin (#1490261)
+- Enable FollowSymLinks option in .htaccess file which is required by rewrite rules (#1490255)
RELEASE 1.1-rc
--------------