# HG changeset patch # User Dirk Olmes # Date 1416393994 -3600 # Node ID 20df0a3bcdf1367f0340ec8a8effd142929917d8 # Parent b07c085797ff33d599e9242a2d117a8e8439b421 update the .htaccess file: we do not generate captchas any more but we want to tune the expiring of pages and delivery of compressed content diff -r b07c085797ff -r 20df0a3bcdf1 content/.htaccess --- a/content/.htaccess Wed Oct 29 10:55:15 2014 +0100 +++ b/content/.htaccess Wed Nov 19 11:46:34 2014 +0100 @@ -1,4 +1,4 @@ - - Order allow,deny - Deny from all - +ExpiresActive On +ExpiresDefault "now plus 1 day" + +AddOutputFilterByType DEFLATE text/html text/css