I have the following code in the htaccess file in my application root to enable output buffering.
php_value output_buffering On
php_value output_handler mb_output_handler
On some servers it causes 500 internal errors, while on others it works fine. Does anyone know why this sometimes causes an error. Is there any other way to do this?
Thank!
anon445699
source
share