Wednesday, September 10, 2008

OWA Redirection

Many companies want to create an environment in which user involvement in technology is as easy as possible. This makes the IT team look good, and keep frivolous help desk tickets low. A good addition to your environment to this end is something as simple as a redirector for OWA. There are a few ways to accomplish this.


FIRST WAY

1. Open IIS Manager

2. Right click the Default Web Site and click properties

3. Click the Home Directory Tab and follow these steps:

i) Pick the 'redirection to a url' option
ii) Enter/owa in the text field
iii) Select the "directory under this one" radio button

4. OK out and test via the web browser.


SECOND WAY

The second way, and seemingly the most reliable method across the board for different configurations, is to create an html file and force it to the top of the list on the Documents tab.























Create the following file and name it Redirect.htm:









You will also want to assign this file to the 403;4 customer error code. This will auto push users that attempt to access the site on port 80 (http://) to SSL port 443 (https://). This will help you avoid confusion from the user community that doesn't know the difference.





















Another reference using asp.. http://support.microsoft.com/kb/555053

No comments: