Hard Answers |
How NOT To Redirect OWA On Exchange 2010 |
|
How NOT to redirect OWA on Exchange 2010How to simplify the Exchange 2010 OWA address without causing all sorts of problems. After having broken this myself, I post this on the off-chance this helps someone else... the moral of the story is, do not use IIS Manager. Let’s say you want to perform a really simple task, redirect https://mail.yoursite.com to https://mail.yoursite.com/owa/ so that people can get to Outlook Web Access without having to remember to type /owa/ all the time. Unfortunately, while this is simple to do in Exchange 2010, it’s also very stupid, and different to how it was done in the past. There’s any number of guides on the internet showing you how to do it in IIS Manager – but don’t. It will almost certainly break something. Instead, use the script from Redirecting the root web site to /owa and forcing SSL in Exchange 2010 And in case you already broke something, here’s two of the things I broke, and how to fix them: First the offline address books stopped working. To fix this, follow this guide: OAB issues after simplifying the OWA 2010 URL The other was that a redirect had been placed on the owa virtual directory, and removing this also removed the redirect from the Public virtual directory. Similarly, adding a redirect to the Public virtual directory added one to owa. So check that your owa virtual directory doesn’t have a redirect, and check that your Public, Exchange and Exchweb virtual directories do. If so, you’re all good. Otherwise, go here and do this: Redirect Virtual Folder Note that you have to delete the <httpRedirect enabled="false" /> line and run the appcmd lines as shown in that thread. More InformationInformation gathered from the following:
Updated about 5 mths, 25 days ago (August 30, 2011). Know a better answer? Let us know! Related categories . ac-3 acpi album apache artist asio cache caching carputer centos comment [computer] displayport dolby digital dts ebay epg episode [exchange] [exchange 2010] falcon ford gallery golf gossip girl hard answers hash hdmi hosting hotlinking htaccess html hyper-v [iis] laptop linux live messenger mce media center messenger mobile mod_rewrite mouse mp3 msn msn messenger music mysql negative delta time netbook ost [owa] pc php pilot playlist power management redirect regex regular expressions remote control seo [server] [server 2008] [server 2008 r2] song soundblaster soundtrack spam spdif sport sql sstp str string surround sound suspend television template text tv unreal tournament ut video vista vmc vpn web wi-fi [windows] windows 7 windows mobile wireless xhtml xp yahoo messenger User submitted comments: Dave Dickinson, about 3 mths, 23 days ago This article is the real deal...... Rob, about 2 mths, 22 days ago Thank you, this was a simple solution to a seemingly complex problem! Comment on this article (no HTML, max 1200 characters): |
||
| Got a question? Ask us. | Copyright © 2007–2011 Ned Martin | |
Jaime, about 7 mths, 29 days ago
Sunday June 26, 2011 4:21 AM
Saved my bacon, dude! This was the ONE article I found which tells it like it is. Microsoft as usual only covers what's supposed to happen, not what actually does. If I could send you a beer I would.