I am using a shared hosting service to host my application which has output_buffering
enabled on it. It seems Yii needs output_buffering
disabled as a prerequisite.
But as I'm using a shared host, I can't disable it. So what should I do to make my Yii application work on the same host?