How to Disable PHP Output Buffering With .htaccess

By | November 26, 2010

In order to disable PHP outbut buffering for a single site, you can add the following line to .htaccess:

php_value output_buffering Off

Reboot Apache and have fun!