header() in ie and mozilla
Posted: Sun Apr 13, 2003 11:18 am
I'm using in login.php page which is in an include directory above the root directory,
to redirect after a login check.
the default page(which calls login.php) is in the root directory, and the login check page is
in a directory above.
in IE6 it works ok, but in MOZILLA it send me back to the parent of the root directory.
any ideas?
Thanks
Guy
Code: Select all
<?php
header("Location: ../default.php");
?>to redirect after a login check.
the default page(which calls login.php) is in the root directory, and the login check page is
in a directory above.
in IE6 it works ok, but in MOZILLA it send me back to the parent of the root directory.
any ideas?
Thanks
Guy