Forum Moderators: open
I have one small question for you all.
I need to install the SSL on my website. The issue is we have 2 set of page types....aspx and html.
Now the issue is....how should I install it so as to keep the HTTPS in the required set of pages...Can I have a documentation on the same as well....I know this can be done but some how I am not able to do this..
What I have done is, after the installation - once the sites gets into HTTPS (our Booking Form)- then the whole sites not gets the url with https.....
How can i fix this one...
Sv
I have set up a control on all my pages with a property that I can set to either secure or not. Then, if a request comes through on the wrong protocol it does a redirect to the exact same page but with the correct protocol (either http or https).
[edited by: Jimmy_Turnip at 12:01 pm (utc) on May 24, 2007]