Thursday, March 19, 2009

Exchange OWA Redirect

When setting up an exchange server and configuring OWA, you may want to create an AutoRedirect for your end users so that they do not have to type the complete URL. This is most simply accomplished by creating a default.htm file in c:\inetpub\wwwroot (or wherever the default web is loaded). In this file, place the following line of info (note to replace parenthasis with gt and lt symbols).

Exchange 2007
(script language="'JavaScript'")window.location='https:///owa';(/script)

Exchange 2000/2003
(script language="'JavaScript'")window.location='https:///exchange';(/script)"

This will allow redirection to the secured page for logon.

No comments: