mesh2005 Posted November 15, 2007 Share Posted November 15, 2007 I've a login form that posts the username & password to a secure link https://mydomain/login_work.php, I wanna redirect back to non-secure version if the login is successful, i.e. redirect to http://mydomain/home.php I added header ("Location: http://mydomain/home.php"); to do the redirection and it works correctly in IE but not in Firefox, please help. Thank you Quote Link to comment Share on other sites More sharing options...
trq Posted November 15, 2007 Share Posted November 15, 2007 What happens in FF? Do you get any errors? Quote Link to comment Share on other sites More sharing options...
mesh2005 Posted November 15, 2007 Author Share Posted November 15, 2007 It redirects again to the login form and I get no errors Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.