From 11e3b0517f3bb18748896f7f4fe131550f665e76 Mon Sep 17 00:00:00 2001 From: Bas Steelooper Date: Sun, 19 Feb 2023 20:48:27 +0100 Subject: [PATCH] Fix for issue found by Syed Samoon S J, --- data/themes/.htaccess | 1 + data/trash/files/.htaccess | 2 ++ files/.htaccess | 1 + images/.htaccess | 1 + 4 files changed, 5 insertions(+) diff --git a/data/themes/.htaccess b/data/themes/.htaccess index dd2fdef..c6db08b 100644 --- a/data/themes/.htaccess +++ b/data/themes/.htaccess @@ -1,3 +1,4 @@ +AddHandler default-handler SetHandler None diff --git a/data/trash/files/.htaccess b/data/trash/files/.htaccess index dd2fdef..db49990 100644 --- a/data/trash/files/.htaccess +++ b/data/trash/files/.htaccess @@ -1,3 +1,5 @@ +AddHandler default-handler + SetHandler None diff --git a/files/.htaccess b/files/.htaccess index dd2fdef..c6db08b 100644 --- a/files/.htaccess +++ b/files/.htaccess @@ -1,3 +1,4 @@ +AddHandler default-handler SetHandler None diff --git a/images/.htaccess b/images/.htaccess index dd2fdef..c6db08b 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,3 +1,4 @@ +AddHandler default-handler SetHandler None