PHP: header("Location ... suddenly stopped to work.
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-05-12T11:56:53Z
Indexed on
2010/05/12
12:04 UTC
Read the original article
Hit count: 124
hi,
I modified a very simple php page on my server:
<?php
header("Location:http://www.google.com");
?>
and it stopped to work. I get as result a blank page (Without source in it).
I modified back to the previous url.. and it still doesn't work.
What's going on ?
Thanks
© Stack Overflow or respective owner