From a49b1164446c55311cceba58bc91276ff50bf70d Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 27 Jan 2007 10:40:17 +0000 Subject: [PATCH] aggiunto expires a 2 gg per le immagini --- web/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) 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" + -- 2.17.1