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~5^2 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=0d5b50627bcf776d3c2411fb91c01e8cc4349d59;hp=bc9f83f69dd01502b04789b775689e2b1910cde3;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"