Aleksander Machniak
2015-02-06 0b9b9f63b585ee3d6190342a993eb49d2b772dc4
Enable FollowSymLinks option in .htaccess file which is required by rewrite rules (#1490255)
2 files modified
2 ■■■■■ changed files
.htaccess 1 ●●●● patch | view | raw | blame | history
CHANGELOG 1 ●●●● patch | view | raw | blame | history
.htaccess
@@ -24,6 +24,7 @@
</IfModule>
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
CHANGELOG
@@ -19,6 +19,7 @@
- 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
--------------