redirect to https [modified]
-
I want conversion of url from Http:/ to Https:/ when particular user login -- modified at 7:35 Saturday 1st December, 2007
-
I want conversion of url from Http:/ to Https:/ when particular user login -- modified at 7:35 Saturday 1st December, 2007
Why?
SSK. Anyone who says sunshine brings happiness has never danced in the rain.
-
I want conversion of url from Http:/ to Https:/ when particular user login -- modified at 7:35 Saturday 1st December, 2007
just want to redirect? then, use
response.redirect
to redirect your page to https:Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
I want conversion of url from Http:/ to Https:/ when particular user login -- modified at 7:35 Saturday 1st December, 2007
You just do a redirect.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
-
I want conversion of url from Http:/ to Https:/ when particular user login -- modified at 7:35 Saturday 1st December, 2007
Some users are secure and some are not ? What on earth for ? The trick with https is, all relative urls remain https, so you need absolute urls to break out of it. Otherwise you can create a https section on your site and find that people stay in https for the rest of their visit.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )