diff --git a/.htaccess b/.htaccess index bd9f5af3f7..5b86464356 100644 --- a/.htaccess +++ b/.htaccess @@ -20,8 +20,8 @@ SetEnv modHeadersAvailable true - # Add cache control for CSS and JS files - + # Add cache control for static resources + Header set Cache-Control "max-age=7200, public"