Title: [Plugin: W3 Total Cache] zlib.output_compression
Last modified: August 19, 2016

---

# [Plugin: W3 Total Cache] zlib.output_compression

 *  Resolved [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/)
 * I am getting the error at install saying:
 * “Either the PHP configuration, Web Server configuration or a script somewhere
   in your WordPress installation is has set zlib.output_compression to enabled.
   Please locate and disable this setting to ensure proper HTTP compression management.”
 * The thing is I did an ftp search on the individual site and the complete public_html
   section of my hosting and came up with no results. I sent a support ticket but
   would imagine others are getting the same error. Where do I find this compression
   setting?
 * Best,
    Leiif

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/page/2/?output_format=md)

 *  [blau](https://wordpress.org/support/users/blau/)
 * (@blau)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555329)
 * Try using a php info file to display server settings?
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555365)
 * “Try using a php info file to display server settings?”
 * Well I made a info.php file and put it in the root of the public_html but I don’t
   know what it does if anything. It has this in it:
 * <? phpinfo(); ?>
 * So what will that do?
 * Still need some assistance.
    Best, Leiif
 *  [blau](https://wordpress.org/support/users/blau/)
 * (@blau)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555390)
 * It displays some info about the php configuration to make sure that it has been
   compiled with zlip.
    Then, I would look at wp-config.php, .htaccess and the wp
   settings page to see whether compression has been enabled elsewhere.
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555424)
 * Hello blau,
 * Where does that display the info?
 * This is what is in my htaccess(site url in place of *****) :
 * # BEGIN W3 Total Cache
    <IfModule mod_setenvif.c> SetEnvIfNoCase Accept-Encoding(
   gzip) APPEND_EXT=.$1 </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond%{
   REQUEST_URI} \/$ RewriteCond %{REQUEST_URI} !(\/wp-admin\/|\/xmlrpc.php|\/wp-(
   app|cron|login|register).php|wp-.*\.php|index\.php) [OR] RewriteCond %{REQUEST_URI}(
   wp-comments-popup\.php|wp-links-opml\.php|wp-locations\.php) [NC] RewriteCond%{
   REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} =”” RewriteCond %{HTTP_COOKIE}!(
   comment_author|wp-postpass|wordpress_\[a-f0-9\]\+|wordpress_logged_in) [NC] RewriteCond%{
   HTTP_USER_AGENT} !(bot|ia_archive|slurp|crawl|spider) [NC] RewriteCond /home/
   prida/public_html/*************.com/wp-content/w3tc/pgcache/$1/_default_.html%{
   ENV:APPEND_EXT} -f RewriteRule (.*) wp-content/w3tc/pgcache/$1/_default_.html%{
   ENV:APPEND_EXT} [L] </IfModule> # END W3 Total Cache
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555425)
 * also I searched the wp-config and found nothing
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555426)
 * nor any indication on the settings page … I think I may need a php.ini file to
   override the server but I don’t know how to set that up and I don’t know if it
   is the server. This site is hosted on namecheap hosting. They use cpanel
 * Best,
    Leiif
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555427)
 * Am I supposed to turn of the gzip in the minify settings area?
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555428)
 * I will add a link if I can get help to figure this out.
 *  Plugin Contributor [Frederick Townes](https://wordpress.org/support/users/fredericktownes/)
 * (@fredericktownes)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555460)
 * Your server’s php.ini file is set to do compression and that setting needs to
   be disabled. Please open a support with your hosting provider to rectify the 
   issue it should take a few minutes.
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555464)
 * I will contact them today and update when all is working.
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555495)
 * My host is not so newbie friendly as they only use email for support. This is
   from there “knowledgebase” :
 * ////////////////////////////////////////
 * How do I change PHP settings?
 * You can manage all PHP settings with the help of your local php.ini file. To 
   use it you should just create a php.ini file under a folder with your PHP scripts
   with the necessary PHP settings.
 * For example, if you need to change the upload_max_filesize or register_globals
   for one of your scripts under your public_html, you should create a php.ini file
   under the folder with the following content:
 * [PHP]
 * upload_max_filesize = 8M
 * register_globals = On
 * //////////////////////////////////////////////////////
 * Any place that I can find out how to do this php stuff while I wait for “support”?
 * Thanks,
    Leiif
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555500)
 * OK it is fixed and working.
 * Hey Frederick,
    I was able to get my site fixed to work with the plugin. It was
   an issue with the php.ini . All is well now. I went to put your link on my site
   but I don’t like that I get this pop-up from your site. It says – xd_receiver.
   htm – and if I let it load a file by that name loads into my temp folder but 
   the tab is blank. Not a good thing for visitors. I did put “Optimized by W3 Edge”
   in my footer but will leave out the link for now.
 * Best,
    Leiif
 *  Plugin Contributor [Frederick Townes](https://wordpress.org/support/users/fredericktownes/)
 * (@fredericktownes)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555504)
 * I’m glad it worked out Leiif.
 *  [satyre08](https://wordpress.org/support/users/satyre08/)
 * (@satyre08)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555658)
 * How did you disable your Zlib.output_compression Leiif?
    I’m having the exact
   same problem.
 *  Thread Starter [Leiif](https://wordpress.org/support/users/leiif/)
 * (@leiif)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/#post-1555662)
 * Sorry satyre08 I didn’t get notice of your post. It has been a while and I just
   messed it up again somehow. I think I tried a button in cpanel that says optimize
   site. Now its all screwed up again. When I figure it out again I will post the
   solution.
 * Best,
    Leiif

Viewing 15 replies - 1 through 15 (of 34 total)

1 [2](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/page/2/?output_format=md)

The topic ‘[Plugin: W3 Total Cache] zlib.output_compression’ is closed to new replies.

 * ![](https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806)
 * [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/w3-total-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/w3-total-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/w3-total-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/w3-total-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/w3-total-cache/reviews/)

 * 34 replies
 * 5 participants
 * Last reply from: [Leiif](https://wordpress.org/support/users/leiif/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/plugin-w3-total-cache-zliboutput_compression/page/3/#post-1555681)
 * Status: resolved