changeset 50:20df0a3bcdf1

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
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 19 Nov 2014 11:46:34 +0100
parents b07c085797ff
children b334d87a9c9a
files content/.htaccess
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
-<Files captchas>
-    Order allow,deny
-    Deny from all
-</Files>
+ExpiresActive On
+ExpiresDefault "now plus 1 day"
+
+AddOutputFilterByType DEFLATE text/html text/css