summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authortill <till@php.net>2008-02-16 18:15:14 +0000
committertill <till@php.net>2008-02-16 18:15:14 +0000
commit342db9d08ac772686687d2c15f89a8bfeaad1f7e (patch)
tree3cb058e1c514b8a2bc3cd66381f1be8ed395871a /.htaccess
parent6cdc8f2410085aa7080b462abec3fa69bd3df76c (diff)
* check.php: add another check for zlib.output_compression 0
* .htaccess: forcing it off
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess10
1 files changed, 6 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index 87a67c8dd..d0b17aebd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,8 +7,9 @@ AddType text/x-component .htc
php_value error_log logs/errors
php_value upload_max_filesize 5M
php_value post_max_size 6M
- php_value memory_limit 64M
- php_value session.auto_start 0
+ php_value memory_limit 64M
+ php_value session.auto_start 0
+ php_value zlib.output_compression
</IfModule>
<IfModule mod_php5.c>
@@ -17,8 +18,9 @@ AddType text/x-component .htc
php_value error_log logs/errors
php_value upload_max_filesize 5M
php_value post_max_size 6M
- php_value memory_limit 64M
- php_value session.auto_start 0
+ php_value memory_limit 64M
+ php_value session.auto_start 0
+ php_value zlib.output_compression 0
</IfModule>
<FilesMatch "(\.inc|\~)$">