diff options
author | till <till@php.net> | 2009-09-09 21:57:00 +0000 |
---|---|---|
committer | till <till@php.net> | 2009-09-09 21:57:00 +0000 |
commit | 832890135c79fa533991903414f2849e906628bd (patch) | |
tree | 4b07f98c47a52baa6f3f1d7982e4dd0ebb9cef2f | |
parent | b2ee72695e8c6cb1ce10d8c013caa95e8a5d7e6e (diff) |
* using php_flag to turn it off (instead of php_value)
-rw-r--r-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ php_value memory_limit 64M 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 @@ SetOutputFilter DEFLATE <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> |