X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/de59372b51cfb0d344257ae0287ce344abcdda77..62567fdd1b000f710e872793a414f6634b02eeb8:/.htaccess diff --git a/.htaccess b/.htaccess index aaebe0c..5ca2ce7 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,6 @@ Options -MultiViews DirectoryIndex index.plp +Action plp-document /PLP_COMMON/plp.cgi RewriteEngine on RewriteBase / @@ -24,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" + + +