summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-06-02 18:21:23 +0000
committeralecpl <alec@alec.pl>2009-06-02 18:21:23 +0000
commit80a36b53ad819e239ec2a8b02c390121b484ee27 (patch)
treea19f0d4ebfe1a428bc42b5c22bea379185384439 /.htaccess
parent07f0b943380210a6366c62728927314ec10fcfb6 (diff)
- disable zlib.output_compression in default config
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 2d734690a..a30369db8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -10,7 +10,7 @@ php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
-php_value zlib.output_compression 1
+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