From 9041618c481d829c761cd7109e0731469c1fac54 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 8 Apr 2008 13:25:33 +0000 Subject: [PATCH] force mime type of thumbs through apache git-svn-id: http://yolanda.mister-muffin.de/svn@278 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/apache.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/trunk/apache.conf b/trunk/apache.conf index 7bd178f..bc57f10 100644 --- a/trunk/apache.conf +++ b/trunk/apache.conf @@ -7,7 +7,11 @@ NameVirtualHost * Options FollowSymLinks AllowOverride None - + + + ForceType image/jpeg + + AllowEncodedSlashes On RewriteEngine On