From: Matteo Nastasi (mop) Date: Sat, 27 Jan 2007 10:40:17 +0000 (+0000) Subject: aggiunto expires a 2 gg per le immagini X-Git-Tag: 3.0.0~335 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=a49b1164446c55311cceba58bc91276ff50bf70d;p=brisk.git aggiunto expires a 2 gg per le immagini --- diff --git a/web/.htaccess b/web/.htaccess index 562f6bf..c0fbf3e 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,3 +1,7 @@ header append Cache-Control "public, last-modified, must-revalidate" +ExpiresActive On +ExpiresByType image/jpg "access plus 2 days" +ExpiresByType image/png "access plus 2 days" +