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!
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!