summaryrefslogtreecommitdiff
path: root/images/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'images/.htaccess')
-rw-r--r--images/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/.htaccess b/images/.htaccess
index 1cc74f42..8c46bbb4 100644
--- a/images/.htaccess
+++ b/images/.htaccess
@@ -3,4 +3,6 @@
RewriteEngine On
RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
RewriteRule . - [forbidden]
+ # Fix for bug T64289
+ Options +FollowSymLinks
</IfModule>