add cache-control public header to htaccess files, just for good measure

This commit is contained in:
Emi Matchu 2010-06-08 19:59:23 -04:00
parent adce2e7317
commit 7f20dad9d6
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
ExpiresActive On
ExpiresDefault "access plus 1 week"
Header set Cache-Control "public"

View file

@ -1,2 +1,3 @@
ExpiresActive On
ExpiresDefault "access plus 1 week"
Header set Cache-Control "public"