aggiunto expires a 2 gg per le immagini
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 27 Jan 2007 10:40:17 +0000 (10:40 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 27 Jan 2007 10:40:17 +0000 (10:40 +0000)
web/.htaccess

index 562f6bf..c0fbf3e 100644 (file)
@@ -1,3 +1,7 @@
 <FilesMatch "\.(js|css)$">
 header append Cache-Control "public, last-modified, must-revalidate"
 </FilesMatch>
+ExpiresActive On
+ExpiresByType image/jpg "access plus 2 days"
+ExpiresByType image/png "access plus 2 days"
+