From f8b8bb0afc178eb769bc3d295d602f10540e6c8d Mon Sep 17 00:00:00 2001 From: tablatronix Date: Wed, 22 Jul 2015 22:23:00 -0500 Subject: [PATCH] fixes #1032 for apache 1.3 --- data/uploads/.htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/uploads/.htaccess b/data/uploads/.htaccess index 6a8306ee9..a49e399ab 100644 --- a/data/uploads/.htaccess +++ b/data/uploads/.htaccess @@ -24,8 +24,10 @@ # Deny access to all script files - - ForceType text/plain +# +# 500 error apache 1.3, case insensitive, so we have ot use this nonesense + + ForceType text/plain Deny from all Require all denied