From 832890135c79fa533991903414f2849e906628bd Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Wed, 09 Sep 2009 17:57:00 -0400
Subject: [PATCH] 

---
 .htaccess |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 19064fd..73b740f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -13,7 +13,7 @@
 php_value	zlib.output_compression		Off
 php_value	magic_quotes_gpc		0
 php_value	zend.ze1_compatibility_mode	0
-php_value 	suhosin.session.encrypt 	Off 
+php_flag 	suhosin.session.encrypt 	Off
 
 php_value	session.auto_start	0
 php_value	session.gc_maxlifetime	21600
@@ -35,7 +35,7 @@
 
 <IfModule mod_headers.c>
 # replace 'append' with 'merge' for Apache version 2.2.9 and later
-Header append Cache-Control public env=!NO_CACHE
+#Header append Cache-Control public env=!NO_CACHE
 </IfModule>
 
 <IfModule mod_expires.c>

--
Gitblit v1.9.1