I'm in the process of building a site using PHP. I have created a login page that I intend to have only accept connections over secure https. The rest of the site, however, I would like accessed through regular http.
Everything is working, except when I automatically redirect the user from the login page (after successful login) to the home page, it warns the user that they are being redirected to an unsecure location.
Is there a way I can get around having the browse warn the user of this?
Everything is working, except when I automatically redirect the user from the login page (after successful login) to the home page, it warns the user that they are being redirected to an unsecure location.
Is there a way I can get around having the browse warn the user of this?