From d2d1705780002e39bf5512b59df81498aa4466fd Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Fri, 18 Oct 2013 13:49:40 +0200 Subject: [PATCH] Prevent caching --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 7709fd6..9794496 100644 --- a/.htaccess +++ b/.htaccess @@ -2,3 +2,5 @@ php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on + +Header append Cache-Control "no-cache" \ No newline at end of file