redirect HTTP to HTTPS

  • Thread starter Thread starter Smokey Grindle
  • Start date Start date
S

Smokey Grindle

is there any easy way to detect a http request on a domain and redirect it
to a HTTPS one? thanks
 
You could use IIS to do the work for you. For the web site being requested,
open the site's properties page in IIS. In the Home Directory tab, select
the A redirection to an URL option. When you make that selection the Local
path option changes to "Redirect to:" Enter the HTTPS location you want the
request redirected to. Apply the changes and you are all set!

Enjoy
-Rigs
 
Back
Top