If you are using gzip compression in your webpage coding and you get following errorWarning: ob_start(): output handler ‘ob_gzhandler’ conflicts with ‘zlib output compression’ in /home/username/public_html/…/… on line …
You have to add following code in your .htaccess file.
php_value zlib.output_compression off
It solves your problem.
Latest posts by Freestyler (see all)
- Optimizing Keywords From Free Directory Submissions - June 15, 2007
- Why do I get an error when I try to send emails? - December 26, 2006
- My IP address is blacklisted. How can it be unlisted? - December 26, 2006