added Pragma
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 29 Aug 2007 08:13:25 +0000 (08:13 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 29 Aug 2007 08:13:25 +0000 (08:13 +0000)
web/.htaccess

index 65e1c26..856a4e6 100644 (file)
@@ -1,6 +1,10 @@
 <FilesMatch "\.(js|css)$">
 header append Cache-Control "public, last-modified, must-revalidate"
 </FilesMatch>
+<FilesMatch "\.php$">
+header append Pragma "no-cache"
+header append Expires "-1"
+</FilesMatch>
 ExpiresActive On
 ExpiresByType image/jpg "access plus 4 days"
 ExpiresByType image/png "access plus 4 days"