Forum Moderators: open

Message Too Old, No Replies

SSL Installation Issue

         

souravamant

11:36 am on May 24, 2007 (gmt 0)

10+ Year Member



Hi,

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

Jimmy Turnip

11:59 am on May 24, 2007 (gmt 0)

10+ Year Member



Redirect to a page with the http protocol at the start of the url after the booking form.

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]

souravamant

12:31 pm on May 24, 2007 (gmt 0)

10+ Year Member



Hi Jimmi,

Sorry I really didn't get you...

Can you be please explain me bit more clearly please...

Sourav

LifeinAsia

3:26 pm on May 24, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



What JT said/meant is that on the page after the user has completed the booking, all the links should go to http protocol pages. This means you will have to enter the full URI (http://www.example.com/index.htm), not just the relative URI (e.g., /index.htm).

souravamant

3:33 pm on May 24, 2007 (gmt 0)

10+ Year Member



Thanks..

Sourav