Hi there,
We have OWA setup internally.
We can access it via mail.company-name.com/exchange as i've put in an A
record for mail pointing to exchange server IP.
However i want it to work when i type in mail.company-name.com and not
having to put /exchange on the end.
Any ideas how i do this?

Thanks.

Re: IIS and Outlook Web Access by David

David
Thu May 10 03:19:11 CDT 2007

In IIS website that contains the /exchange vdir, set up a redirect at
mail.company-name.com/ to automatically go to mail.company-name.com/
exchange

User will still see https://mail.company-name.com/exchange, but they
only need to type https://mail.company-name.com

Now I don't think making https://mail.company-name.com/ go directly to
OWA is supported, but you will need to ask an Exchange related
newsgroup that question.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//




On May 10, 12:27 am, "Idris" <i...@iddiinisde.com> wrote:
> Hi there,
> We have OWA setup internally.
> We can access it via mail.company-name.com/exchange as i've put in an A
> record for mail pointing to exchange server IP.
> However i want it to work when i type in mail.company-name.com and not
> having to put /exchange on the end.
> Any ideas how i do this?
>
> Thanks.


Re: IIS and Outlook Web Access by Raul

Raul
Mon May 14 16:37:02 CDT 2007

You can create a .asp script to redirect to /exchange and publish it in your
wwwroot folder as default.asp

<%
Response.Redirect http://mail.companyname.com/exchange
%>

Hope this helps

Raul Sam


"Idris" <idris@iddiinisde.com> wrote in message
news:Ogs0dStkHHA.3704@TK2MSFTNGP02.phx.gbl...
> Hi there,
> We have OWA setup internally.
> We can access it via mail.company-name.com/exchange as i've put in an A
> record for mail pointing to exchange server IP.
> However i want it to work when i type in mail.company-name.com and not
> having to put /exchange on the end.
> Any ideas how i do this?
>
> Thanks.
>