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 Link to comment https://forums.phpfreaks.com/topic/77431-https-back-to-http-using-php/ 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? Link to comment https://forums.phpfreaks.com/topic/77431-https-back-to-http-using-php/#findComment-391987 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 Link to comment https://forums.phpfreaks.com/topic/77431-https-back-to-http-using-php/#findComment-392059 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.