diff --git a/.htaccess b/.htaccess index a0714dc..f4fda5b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,6 @@ RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d \ No newline at end of file +RewriteCond %{REQUEST_FILENAME} !-d + + + Header set Cache-Control "max-age=8380800, public" + \ No newline at end of file