like rootdir
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 17 Feb 2008 07:55:42 +0000 (07:55 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 17 Feb 2008 07:55:42 +0000 (07:55 +0000)
web/briskin5/.htaccess [new file with mode: 0644]

diff --git a/web/briskin5/.htaccess b/web/briskin5/.htaccess
new file mode 100644 (file)
index 0000000..856a4e6
--- /dev/null
@@ -0,0 +1,12 @@
+<FilesMatch "\.(js|css)$">
+header append Cache-Control "public, last-modified, must-revalidate"
+</FilesMatch>
+<FilesMatch "\.php$">
+header append Pragma "no-cache"
+header append Expires "-1"
+</FilesMatch>
+ExpiresActive On
+ExpiresByType image/jpg "access plus 4 days"
+ExpiresByType image/png "access plus 4 days"
+ExpiresByType image/mp3 "access plus 4 days"
+