Enable php feature by .htaccess

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

Leave a Reply

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.