diff --git a/.htaccess b/.htaccess index 206d2be33b..c5dbf194b0 100644 --- a/.htaccess +++ b/.htaccess @@ -21,8 +21,13 @@ # Add cache control for static resources - - Header set Cache-Control "max-age=7200, public" + + Header set Cache-Control "max-age=15778463" + + + # Let browsers cache WOFF files for a week + + Header set Cache-Control "max-age=604800"