Memorise

Archive for April, 2013

OWA http to https redirection

Copy and paste code below to text file, and save it as Default.htm to inetpub\www root directory. <BODY onLoad=”window.noJs()”> <SCRIPT LANGUAGE=”Javascript”> <!– Begin function noJs() { var destination = “https://webmail.myenrouteexchange.com/owa”; window.location.replace(destination); window.location.href=destination; } // End –> </SCRIPT> Then follow the link below for 2nd part http://blog.shiraj.com/2013/04/iis7-redirect-http-to-https/

IIS7 redirect HTTP to HTTPS

If you are looking to re-direct Outlook Web Access then follow this article The method of setting up an IIS7 redirect HTTP to HTTPS is to Require SSL on the site or part of the site and set up a custom 403.4 error page. To do this, just following these steps: Install your SSL certificate […]