cache delle immagini a 4 giorni
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 28 Jan 2007 09:31:13 +0000 (09:31 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 28 Jan 2007 09:31:13 +0000 (09:31 +0000)
web/.htaccess

index c0fbf3e..1bf45b3 100644 (file)
@@ -2,6 +2,6 @@
 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"
+ExpiresByType image/jpg "access plus 4 days"
+ExpiresByType image/png "access plus 4 days"