--- .htaccess.bak 2005-03-21 06:15:00.000000000 +1100 +++ .htaccess 2005-10-09 21:55:01.000000000 +1000 @@ -64,4 +64,12 @@ RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] +# Disable Apache's gzip compression of pages - Drupal handles this internally + +mod_gzip_on No + + +SetEnv no-gzip + + # $Id: .htaccess,v 1.66 2005/03/20 19:15:00 dries Exp $