From b981cf925c9e441bc00360b5d6bbe569e01cddc0 Mon Sep 17 00:00:00 2001 From: kaldari Date: Mon, 1 Dec 2014 13:42:54 -0800 Subject: [PATCH] Add FollowSymLinks option to /images .htaccess rule This makes sure that thumbnails load properly. Apparently (in OSX at least), if you don't have FollowSymLinks or SymLinksIfOwnerMatch on, loading thumbnails gives a 500 error with the existing rewrite rules in place. Bug: 62289 Change-Id: Icc812fcf9a0b821d2ad84359e5c1d8fb8e9c78a0 --- images/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/.htaccess b/images/.htaccess index 1cc74f42b0..8c46bbb4e8 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 -- 2.20.1