countries: store abbreviations in include
[sheet.git] / .htaccess
index aaebe0cbeb1becbaba529a7c65ad112944b87102..db6552a955b52fab7fea72585fd55466bcfd142f 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -24,3 +24,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>
+