perl: list IO::File autoload feature in v5.14
[sheet.git] / .htaccess
index aaebe0cbeb1becbaba529a7c65ad112944b87102..5ca2ce7b636fcf7db1e3e44f3410117885df7fb4 100644 (file)
--- 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
 </IfModule>
 
+# allow browsers to cache for upto a month
+<IfModule headers_module>
+<FilesMatch "\.(?:css|js)$">
+Header set Cache-Control "max-age=2592000"
+</FilesMatch>
+</IfModule>
+