I have been struggling very hard to get this implemented in my sites i always got errors. I now was able to get it working and in my research i found that goggle Chrome does not accept this without a status code.
So if you are using a header redirect you should had a status code in there like
<?php
header("Status: 200");
header("Location: /yourredirect.php");
exit;
?>
and it's also sensitive to capitalisation, just think i should share this.![]()












LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks