Browse Source

Enable FollowSymLinks option in .htaccess file which is required by rewrite rules (#1490255)

pull/266/head
Aleksander Machniak 11 years ago
parent
commit
0b9b9f63b5
  1. 1
      .htaccess
  2. 1
      CHANGELOG

1
.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

1
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
--------------

Loading…
Cancel
Save