From 5e4ecfe2254d6cb649e71a82a3fd6105f6d7b2fa Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 13 Nov 2014 23:37:57 +0100 Subject: [PATCH] [/latest] Correct content type and prevent caching --- latest/.htaccess | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/latest/.htaccess b/latest/.htaccess index 7e3206c18..cec48e4e4 100644 --- a/latest/.htaccess +++ b/latest/.htaccess @@ -1,3 +1,12 @@ +RewriteEngine on +RewriteRule version - [T=text/plain] -Options +Indexes +FileETag None + + Header unset ETag + Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" + Header set Pragma "no-cache" + Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" + +Options +Indexes