Friday, April 14, 2006

OWA Redirect to HTTPS

Hi,

I have often found this to be a nice setup for users who have gotten used to using only the HHTP URL for OWA. It also stops users needing to add the /Exchange at the end of the URL.

So here are the steps needed to Redirect OWA users from a simple URL; mail.domain.com, to there OWA:

First open IIS manager

Then create a new website

Give the website a description (OWA Redirect)

Leave the default port 80 and add a host header for the URL that people use to get to your Exchange server.

mail.domain.com

Create a folder as the home path

(C:\Inetpub\wwwroot\redirect)

Enter the path into the wizard,

Assign only read permissions

Finish the wizard.

Next open the properties of the new website and select the home Directory tab.

Change to "A redirection to a URL" and enter the full path to the exchange virtual server:

https://mail.domain.com/exchange

Also select the check boxes:

The exact URL entered above
A directory below this one


Next ensure that the default web site requires SSL

Apply the changes and Exit

Test whether things are working by opening a web browser and going to http://mail.gaots.co.uk

You should be redirected to the secure /exchange site.


General Notes:
To make sure this works, I ensured that the new website I created only had an HHTP port not an HTTPS one. That way when users type the correct path they automatically go to the default site.


Hope this helps a few people make life simpler for users!

Cheers
Nathan

3 Comments:

At 3:21 pm, Anonymous Anonymous said...

Thanks this was helpful and easier than alternative methods I've seen.

 
At 2:11 pm, Anonymous Anonymous said...

Thanks for this easy method, it works when i access OWA from internal network , when i access from internet it doesn't work ,is there any way to solve this problem

 
At 3:31 pm, Blogger Nathan Winters said...

Hi Tarek,
This should work from wherever you access the site from. I guess the reason it doesn't work from outside is that it requires port 80 to be open not just port 443.
Cheers
Nathan

 

Post a Comment

<< Home