X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b940a9686610f7933b1e7dff66a8d4f28300d5f3..62567fdd1b000f710e872793a414f6634b02eeb8:/.htaccess diff --git a/.htaccess b/.htaccess index b891dff..5ca2ce7 100644 --- a/.htaccess +++ b/.htaccess @@ -25,3 +25,10 @@ RewriteRule ^/*([^/]+)(.*) $1.plp$2 AddOutputFilterByType DEFLATE text/html +# allow browsers to cache for upto a month + + +Header set Cache-Control "max-age=2592000" + + +