| Author |
Message |
Robert Gordon
Guest
|
Posted:
Sun Dec 04, 2005 1:58 am Post subject:
Auto-redirect http://server OWA URL to https://server/exchan |
|
|
Can anyone point me at a definitive guide for the instructions for
redirecting an incoming request to my OWA server, so that user's can
simply point to an url (i.e. http://webmail.company.com) and they will
automatically be redirected to the secure OWA URL (i.e.
https://webmail.company.com/exchange)?
I've seen two or three iterations on the web, yet they all seem to
differ in their instructions (or at worst, leave out steps.)
Thanks in advance.
|
|
| Back to top |
|
 |
Paul Gerry
Guest
|
Posted:
Sun Dec 04, 2005 1:58 am Post subject:
Re: Auto-redirect http://server OWA URL to https://server/ex |
|
|
The easiest way would be to create a default asp page at
http://webmail.company.com that contains the following code
<%
response.redirect "https://webmail.company.com/exchange"
%>
You should find it works a treat.
Paul
"Robert Gordon" <Robert.Gordon@nospam.dslextreme.com> wrote in message
news:en2f0bE%23FHA.1028@TK2MSFTNGP11.phx.gbl...
| Quote: | Can anyone point me at a definitive guide for the instructions for
redirecting an incoming request to my OWA server, so that user's can
simply point to an url (i.e. http://webmail.company.com) and they will
automatically be redirected to the secure OWA URL (i.e.
https://webmail.company.com/exchange)?
I've seen two or three iterations on the web, yet they all seem to differ
in their instructions (or at worst, leave out steps.)
Thanks in advance. |
|
|
| Back to top |
|
 |
Thomas Dietrich
Guest
|
Posted:
Mon Dec 19, 2005 5:58 pm Post subject:
RE: Auto-redirect http://server OWA URL to https://server/ex |
|
|
Robert,
Did you ever find a solution? I've been struggling with this!
Thanks,
--
Thomas Dietrich
"Robert Gordon" wrote:
| Quote: | Can anyone point me at a definitive guide for the instructions for
redirecting an incoming request to my OWA server, so that user's can
simply point to an url (i.e. http://webmail.company.com) and they will
automatically be redirected to the secure OWA URL (i.e.
https://webmail.company.com/exchange)?
I've seen two or three iterations on the web, yet they all seem to
differ in their instructions (or at worst, leave out steps.)
Thanks in advance.
|
|
|
| Back to top |
|
 |
|
|
|
|