From 15cfabef4591f5e29197abe20b285f11c80dc1d7 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Tue, 9 Nov 2010 18:06:44 -0500 Subject: [PATCH] updated kill cache settings --- .htaccess | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.htaccess b/.htaccess index e69de29b..8672b19c 100644 --- a/.htaccess +++ b/.htaccess @@ -0,0 +1,10 @@ +#thx askapache.com + +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" + + \ No newline at end of file