• RSS
  • Twitter
  • FaceBook

Exchange Server Forums

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

redirect url to owa

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [Microsoft Exchange 2010] >> Outlook Web Access >> redirect url to owa Page: [1]
Login
Message << Older Topic   Newer Topic >>
redirect url to owa - 28.May2010 12:36:41 PM   
dlewis187

 

Posts: 8
Joined: 27.Oct.2009
Status: offline
My customers can access owa at https://mail.mydomain.com/owa
I would like to setup a redirect from http://mail.mydomain.com to the https owa address.   I am using exchange 2007 in a single server environment.
When I setup a default.htm with a redirect I get the error message The page must be viewed over a secure channel.   If I turn off SSL over the root folder then I would lose SSL over the entire IIS which is not what I want.   I just want the default.htm to work with regular http and then redirect to the https site.

How do I do that?    Should be a simple question?
Post #: 1
RE: redirect url to owa - 28.May2010 2:56:35 PM   
praveenbalan

 

Posts: 72
Joined: 20.Aug.2009
Status: offline
Try this!

Create the following file in Notepad and save it to C:\inetpub\wwwroot as SSLRedirect.htm

<html>
<head>
<title>HTML Redirection to https:</title>
<META HTTP-EQUIV="Refresh"
CONTENT="1; URL=https https://mail.mydomain.com/owa/">
</head>
<body>
This page is attempting to redirect you to <a href="https://mail.mydomain.com/owa/"> https://mail.mydomain.com/owa/</a><br>
If you are not redirected within a few seconds, please click the link above to access Outlook Web Access.
</body></html>


Open IIS Manager, and then navigate to Web Sites/Default Web Site. Right-click Default Web Site, and then click Properties.

Click the Home Directory tab, and then click the A redirection to a URL option.

In Redirect to, enter /OWA

Select The client will be sent to: A directory below the URL entered above

Click the Custom Errors tab, and then find HTTP Error 403;4 in the table. Click 403;4 to select it, and then click Edit

Click Browse to locate the file that you created (SSLRedirect.htm) at the start of this procedure

Click OK to save your changes

Open a Command Prompt window, and then type iisreset /noforce to restart IIS

Rgds/Praveen
MCSA- Messaging,
MCTS- Exchange 2010,2007
MCTS - AD 2008

(in reply to dlewis187)
Post #: 2

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2010] >> Outlook Web Access >> redirect url to owa Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Follow TechGenix on Twitter