OWA Redirect
Hi All,I am curious to know that how to cofigureIIS 7.0 to redirect OWA url.Setup:-------------Server1( it'sCAS and HUB) works a Front end.Server2( it's exchange 2003) works as amailbox.I don't have any exchange 2007 mailboxes just yet so i am sure that https://exchange.corp.com/owa won't work.I tested that https://exchange.corp.com/exchange is working fine and now i need to set up redirect so if anyone types https://exchange.corp.com then url should be redirected to /exchange.Regards,
Pushkal MishrA
September 29th, 2009 4:11pm
http://technet.microsoft.com/en-us/library/cc732969%28WS.10%29.aspxMVP | MCITP: Enterprise Messaging Administrator | MCTS: OCS + Voice Specialization | http://www.shudnow.net
Free Windows Admin Tool Kit Click here and download it now
September 29th, 2009 4:50pm
Hi,
By default IIS 7 has built in feature to do automatic HTTP redirect feature that will allow us to simplify the OWA URL without writing any scripts.
Please fallow below steps to achieve your goal.
1, Open IIS 7 Manager
2 Highlight the Default Website and ensure we are in the Features View
3, Double click on HTTP Redirect icon
4, Check the option "Redirect requests to this destination:" and type the absolute OWA URL: https://exchange.corp.com/exchange
5, Under Redirect Behavior section, select the option "Only redirect requests to content in this directory (not subdirectories)"
6, from the drop down, select the Status code: Found (302)
7, Click Apply to save the settings
8, Run IISRESET /noforce command in CMD for the settings to take effect.
Resources
How to Simplify the Outlook Web Access URL
Regards
Chinthaka Shameera | MCITP: EA | MCSE: M |
http://howtoexchange.wordpress.com/
September 29th, 2009 5:45pm
Thanks Shameera,An excellent find and one stop for all OWA redirect cases.
Regards, Pushkal MishrA
Free Windows Admin Tool Kit Click here and download it now
September 30th, 2009 2:53pm
You are welcome :)
Chinthaka Shameera | MCITP: EA | MCSE: M |
http://howtoexchange.wordpress.com/
September 30th, 2009 3:07pm