Discussion:
Redirect to https
(too old to reply)
Peter Tickler
2008-04-21 10:15:08 UTC
Permalink
I am using Intraweb to build my website. How can I force all users to be redirected to SSL, i.e. from http://www.mywebsite.com to https://www.mywebsite.com. Or is this something I can do in IIS?
Joel
2008-04-21 12:41:15 UTC
Permalink
If you are running as Stand alone then you can set
servercontroller->ssloptions->nonsslrequest=nsRedirect.
Post by Peter Tickler
I am using Intraweb to build my website. How can I force all users to be
redirected to SSL, i.e. from http://www.mywebsite.com to
https://www.mywebsite.com. Or is this something I can do in IIS?
Peter
2008-04-21 13:34:36 UTC
Permalink
Post by Joel
If you are running as Stand alone then you can set
servercontroller->ssloptions->nonsslrequest=nsRedirect.
Sorry, I am not running stand alone, so i am stilllooking for an answer.
Jason Southwell
2008-04-21 14:02:12 UTC
Permalink
Post by Peter
Post by Joel
If you are running as Stand alone then you can set
servercontroller->ssloptions->nonsslrequest=nsRedirect.
Sorry, I am not running stand alone, so i am stilllooking for an answer.
Set up an http landing page that does a redirect to the https page.
Peter
2008-04-22 13:41:13 UTC
Permalink
Post by Jason Southwell
Set up an http landing page that does a redirect to the https page.
Thanks. When I first tried to do this, I kept getting an unending loop. but have got it sorted now.

Peter

Loading...