I was ready to switch to Mozilla (v1.4) from IE until I had a problem running my PHP apps. Anytime a redirect is called for, nothing happens. It is of the form:

Code:
header("Location: page.php");
exit();
I also tried using absolute URLs (ie http://localhost/page.php), but to no avail. Any ideas?