Use SymLinksIfOwnerMatch in .htaccess instead of FollowSymLinks disabled on some hosts for security reasons (#5370)

pull/5754/head
Aleksander Machniak 8 years ago
parent cc15930548
commit 5aa24a169a

@ -23,7 +23,7 @@ php_value session.gc_probability 1
</IfModule>
<IfModule mod_rewrite.c>
Options +FollowSymLinks
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico

@ -5,6 +5,7 @@ CHANGELOG Roundcube Webmail
- Enigma: Fix signature verification with some IMAP servers, e.g. Gmail, DBMail (#5371)
- Fix regression in resizing JPEG images with Imagick (#5376)
- Managesieve: Fix parsing of vacation date-time with non-default date_format (#5372)
- Use SymLinksIfOwnerMatch in .htaccess instead of FollowSymLinks disabled on some hosts for security reasons (#5370)
RELEASE 1.2.1
-------------

Loading…
Cancel
Save