From: Matteo Nastasi Date: Mon, 31 Dec 2012 16:13:50 +0000 (+0100) Subject: no-store Cache-control header removed fix Panda antivirus and IE6 JS error X-Git-Tag: v4.5.0~6 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=d8f63430cb52c15a7e76c13e1919b333d45dd7c4;p=brisk.git no-store Cache-control header removed fix Panda antivirus and IE6 JS error --- diff --git a/web/.htaccess b/web/.htaccess index 5f6ad6a..0eb7591 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,5 +1,5 @@ -header append Cache-Control "public, no-store, last-modified, must-revalidate" +header append Cache-Control "public, last-modified, must-revalidate" header append Pragma "no-cache" diff --git a/web/briskin5/.htaccess b/web/briskin5/.htaccess index 5f6ad6a..0eb7591 100644 --- a/web/briskin5/.htaccess +++ b/web/briskin5/.htaccess @@ -1,5 +1,5 @@ -header append Cache-Control "public, no-store, last-modified, must-revalidate" +header append Cache-Control "public, last-modified, must-revalidate" header append Pragma "no-cache"