--- .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]
 </IfModule>
 
+# Disable Apache's gzip compression of pages - Drupal handles this internally
+<IfModule mod_gzip.c>
+mod_gzip_on No
+</IfModule>
+<IfModule mod_deflate.c>
+SetEnv no-gzip
+</IfModule>
+
 # $Id: .htaccess,v 1.66 2005/03/20 19:15:00 dries Exp $
