How to implement HTTPS on login page

Discussion in 'Server Operation' started by nara_456, Nov 18, 2009.

  1. nara_456

    nara_456 New Member

    Hi All

    Can anbody explain? How to implement https on login page ?

    For Example

    When we open yahoo home page it will open in http ,
    when we click on signin page it will goes to https,
    after verifying the credintials it will goes to http.


    Thanks in Advance

    nara
     
  2. topdog

    topdog Active Member

    Use mod_rewrite to rewrite the url's
     
  3. thomasstuart

    thomasstuart New Member

    You have to do following thing:
    1) Set up an SSL cert on your server.
    2) Forward or Link to an absolute URL (with https:// at the beginning) when going to login page.
    3) Forward to an absolute URL .after successful authentication.
    4) Include a check in the login page code to only accept https connections.
     

Share This Page