Possible Duplicate:
PHP doesn’t show any kind of errors
I don't know why but when i test this code:
<html>
<?php
header('Location: http://www.example.com/');
?>
I don't get any errors like "headers already sent" which i should. Any ideas why the error won't show up?
I'm using Apache on Windows 7 I have "error_reporting = E_ALL | E_STRICT" & "display_errors = On"