Re enabling gzip compression error

  • I entered the following code in my wordpress .htaccess file : php_value output_handler ob_gzhandler
    I read that it re enables the gzip compression, but after I did this I cant access the panel anymore with the admin account and I keep getting a blank page, an error.

    What can I do, I am optimizing the blog and need the gzip compression. (Gzippy doent works, the same happens)

    Here is the code for htaccess: (I placed the code before, inside and after the IfModule with the same result)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

  • We can’t answer any questions without the URL of the blog, starting with http.

  • The topic ‘Re enabling gzip compression error’ is closed to new replies.