You may use .htaccess to enable php feature by
php_value output_buffering On
However, If the php is not running as Apache modules, 500 errors probably come up.
In this case you should use this instend.
php_flag output_buffering On
You may use .htaccess to enable php feature by
php_value output_buffering On
However, If the php is not running as Apache modules, 500 errors probably come up.
In this case you should use this instend.
php_flag output_buffering On