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
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses

  1. 1
    Boosterjack 
    Thursday, 29. December 2011

    Nice!

    You have saved my day and my health.

    Thanks

  1. [...] : une autre solution proposée par le blog Midnight Cafe Ajoutez cette ligne dans votre fichier .htaccess : output_buffering [...]

Leave a Reply