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

pull/5284/head^2
Aleksander Machniak 8 years ago
parent 7df99b7399
commit 30668879b0

@ -20,7 +20,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

@ -30,6 +30,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