From 50cd2d5c9d9da6cc7c013c2b86f79c63d377b908 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Tue, 6 Dec 2016 19:43:20 +0100 Subject: [PATCH] Header gesetzt um Caching zu verhindern --- public/.htaccess | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index 903f6392c..a6b9f702c 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,4 +1,11 @@ <IfModule mod_rewrite.c> + FileETag None + <ifModule mod_headers.c> + Header unset ETag + Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" + Header set Pragma "no-cache" + Header set Expires "Mon, 1 Jan 2010 01:00:00 GMT" + </ifModule> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> -- GitLab