From: Matteo Nastasi (mop) Date: Wed, 29 Aug 2007 08:13:25 +0000 (+0000) Subject: added Pragma X-Git-Tag: 3.0.0~253 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=ba20c22436ab480992c10aac5f7e36ada4ca5026;p=brisk.git added Pragma --- 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"