Exchange 2007 OWA Redirect

Build the following redirect for Exchange 2007 OWA so users can access OWA by simply entering the address mail.domainname.com instead of having to enter mail.domainname.com/owa

Modify IISstart.htm in c:\Inetpub on Exchange Server as per this example:

<html>
<head>
<meta HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=../owa">
<title ID=titletext>Outlook Web Access</title>
</head>
<body bgcolor=white>
</body>
</html>