]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 562f6bf74515003349011ebd5962ca40e46da8ea..c0fbf3e9db911aedba14833cab56e6422158fb7e 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"
+