From 7f20dad9d60a2065ad5df044d232ddab7139b66f Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 8 Jun 2010 19:59:23 -0400 Subject: [PATCH] add cache-control public header to htaccess files, just for good measure --- public/items/.htaccess | 1 + public/pet_types/.htaccess | 1 + 2 files changed, 2 insertions(+) diff --git a/public/items/.htaccess b/public/items/.htaccess index f9fe2ba6..64127b3d 100644 --- a/public/items/.htaccess +++ b/public/items/.htaccess @@ -1,2 +1,3 @@ ExpiresActive On ExpiresDefault "access plus 1 week" +Header set Cache-Control "public" diff --git a/public/pet_types/.htaccess b/public/pet_types/.htaccess index f9fe2ba6..64127b3d 100644 --- a/public/pet_types/.htaccess +++ b/public/pet_types/.htaccess @@ -1,2 +1,3 @@ ExpiresActive On ExpiresDefault "access plus 1 week" +Header set Cache-Control "public"