Tag: redirect http to https

  • Create a http to https URL redirect in IIS with Powershell

    If you are hosting a website on IIS and would like your visitors to connect securely via https, whether they specify that in their browser or not, then there are a few steps you need to take. First of, you need to install your SSL certificate into IIS. Then install the URL Rewrite IIS module/extension…