From f891cd84aeda4017d435175b93e8e0f29d5f30ba Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Sun, 16 Feb 2020 17:45:51 -0500 Subject: [PATCH] Disabled no-cache for JS/CSS --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 11c8e68..ff3e378 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,9 @@ AddCharset utf-8 .shtml .html .css .php .txt .js # Disable caching of CSS and JS (for testing only). - - Header set Cache-Control "max-age=0, public" - +# +# Header set Cache-Control "max-age=0, public" +# Options +Includes AddType text/html .shtml