• Hello i have a wordpress blog using version 2.8. My host is saying my blog is putting alot of strain on the server because of gzip compression even though i have no memory of ever turning it on.

    I would like to know how to completely disable any gzip compression on my blog?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It seems that you are using wp-cache plugin..you need to modify that plugin in order to disable gzip compression or disable that plugin

    Thanks,

    Shane G.

    Thread Starter incognito

    (@incognito)

    i have no cache plugins installed or running.

    Hi,

    If you have not added the any cache plougin then add this code in htaccess:

    AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml
    text/javascript text/css application/x-javascript
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4.0[678] no-gzip
    BrowserMatch bMSIE !no-gzip !gzip-only-text/html

    Thanks,

    Shane G.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disable gzip’ is closed to new replies.