I have a php script on a apache dedicated server. I've cleaned the code to test if header() works... here is the code I test :
<?php
header("Location : http://www.lemonde.fr/");
?>
The page loads and display a white screen, no redirection.
I think it should be a php.ini settingor a apache setting, but which one ?