Wednesday, October 15th, 2008 | Author: Angelo
In apache error log if you find error for a account as “Warning: Cannot modify header information - headers already sent by blah,blah…”
Then simply open .htaccess and put following code
php_flag output_buffering on
In case of php-suexec server create php.ini file under respective directory and add turn on output buffering.
Category: apache














Thursday, 29. December 2011
Nice!
You have saved my day and my health.
Thanks