From ba20c22436ab480992c10aac5f7e36ada4ca5026 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 29 Aug 2007 08:13:25 +0000 Subject: [PATCH] added Pragma --- web/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/.htaccess b/web/.htaccess index 65e1c26..856a4e6 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,6 +1,10 @@ header append Cache-Control "public, last-modified, must-revalidate" + +header append Pragma "no-cache" +header append Expires "-1" + ExpiresActive On ExpiresByType image/jpg "access plus 4 days" ExpiresByType image/png "access plus 4 days" -- 2.17.1