Tag-Archive for » Warning «

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.