Regarding : SSL implementation on Login page

Discussion in 'Server Operation' started by nara_456, Oct 30, 2009.

  1. nara_456

    nara_456 New Member

    Hi All

    I am using Apache2 on Ubuntu Operating System .
    I configured SSL on apache2.
    I need to configure my website login page through SSL.

    ( it means when we click on sign in button http should be
    changed into https and after successful login it should be changed into http. )

    Only login page should be accessed through SSL.


    Thanks in Advance

    nara
     
  2. topdog

    topdog Active Member

    You can use the header method in php, or you can use mod_rewrite to redirect to https
     

Share This Page