Jump to content

HTTPS back to HTTP using PHP


mesh2005

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.