Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-07-31 10:13:19 +0300
committerAleksander Machniak <alec@alec.pl>2016-07-31 10:13:19 +0300
commit30668879b076c2879a6d500dce495e0013df98f3 (patch)
tree525b72d3dfee4c5bae589f76e4bb36f0877efbbf /.htaccess
parent7df99b73997eb5b61c38cb411cb1c3162cf2ff86 (diff)
Use SymLinksIfOwnerMatch in .htaccess instead of FollowSymLinks disabled on some hosts for security reasons (#5370)
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 16ffb0902..906546b28 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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