From 1aa6f5046a2987ad05a288d54dbb9f671d301312 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Tue, 23 Oct 2007 10:41:14 +0000 Subject: [PATCH] Merged in from DEV trunk... --- .htaccess | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index 769bc63..0457d12 100644 --- a/.htaccess +++ b/.htaccess @@ -60,6 +60,16 @@ Options +ExecCGI Options +SymLinksIfOwnerMatch #AcceptPathInfo On +AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript application/x-javascript text/css +ExpiresByType text/html "access plus 1 day" +ExpiresByType text/css "access plus 1 day" +ExpiresByType text/javascript "access plus 7 days" +ExpiresByType application/x-javascript "access plus 7 days" +ExpiresByType image/gif "access plus 1 month" +ExpiresByType image/jpg "access plus 1 month" +ExpiresByType image/png "access plus 1 month" +ExpiresByType image/x-icon "access plus 1 month" + # # If you are having uploading larger documents, adjust the 16M examples # below to increase the maximum file size. This is set to a reasonable -- libgit2 0.21.4