no-store Cache-control header removed fix Panda antivirus and IE6 JS error
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 31 Dec 2012 16:13:50 +0000 (17:13 +0100)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 31 Dec 2012 16:13:50 +0000 (17:13 +0100)
web/.htaccess
web/briskin5/.htaccess

index 5f6ad6a..0eb7591 100644 (file)
@@ -1,5 +1,5 @@
 <FilesMatch "\.(js|css)$">
-header append Cache-Control "public, no-store, last-modified, must-revalidate"
+header append Cache-Control "public, last-modified, must-revalidate"
 </FilesMatch>
 <FilesMatch "\.php$">
 header append Pragma "no-cache"
index 5f6ad6a..0eb7591 100644 (file)
@@ -1,5 +1,5 @@
 <FilesMatch "\.(js|css)$">
-header append Cache-Control "public, no-store, last-modified, must-revalidate"
+header append Cache-Control "public, last-modified, must-revalidate"
 </FilesMatch>
 <FilesMatch "\.php$">
 header append Pragma "no-cache"