From a990aea3c00eb7ba9f427a63d40bc8854620dbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochm=C3=BCller?= Date: Wed, 8 Nov 2023 15:21:58 +0100 Subject: [PATCH] Fix #402 - Add rules for css and js --- Documentation/Configuration/Htaccess.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/Configuration/Htaccess.rst b/Documentation/Configuration/Htaccess.rst index d79e8389783..d43968b20ab 100755 --- a/Documentation/Configuration/Htaccess.rst +++ b/Documentation/Configuration/Htaccess.rst @@ -162,6 +162,14 @@ variables (SFC_ROOT, SFC_GZIP) and read the comments carefully. ForceType text/html # AddType "text/html" .gz + + ForceType text/javascript + # AddType "text/javascript" .gz + + + ForceType text/css + # AddType "text/css" .gz + ForceType text/xml # AddType "text/xml" .gz