OWA redirection settings for Exchange 2013

Source: Internet
Author: User
Tags http redirect

We open OWA, to enter Https://mail.contoso.com/owa, (change to their own corresponding website domain name) This is not very good to remember, in order to everyone can conveniently use OWA quick and easy access to our Exchange 2013, we need in the IIS Manager to set the redirection for the OWA directory. Generally we will be accustomed to the set to be easy to remember, directly on the page input mail.contoso.com, you can access to our OWA mailbox.

There are redirects starting with Exchange 2010, but there are a few small changes in the way 2013 is set up and 2010.

Here I have found two ways to set up redirection for Exchange 2013, and it seems that there are only two options available. No more nonsense, go straight to the steps.

The first type:

1. Configure OWA redirection on IIS on CAS, site----Default WEB site---http redirect, note: The following first steal pictures of Ha

650) this.width=650; "border=" 0 "src=" http://windows.chinaitlab.com/UploadFiles_3263/201304/20130401213108218.jpg "Height=" 395 "/>

2. Redirect the request to this target:./owa represents all of the links ending in OWA (which is actually pointing to all OWA-terminated links under the default Web site and only one OWA link in our CAS server), redirect behavior tick redirect only to this directory, Then the status code is: Found (302), then right click Apply

650) this.width=650; "src=" Http://windows.chinaitlab.com/UploadFiles_3263/201304/20130401213109903.jpg "height=" 515 "/>

Note: After doing this, we can use https://mail.contoso.com to log in to the mailbox.

3 Switch to site----Default WEB Site---error page

650) this.width=650; "src=" Http://windows.chinaitlab.com/UploadFiles_3263/201304/20130401213109826.jpg "height=" 463 "/>

4 Create a custom error page, status code 403.4, 302 redirect response, absolute URL, enter Https://mail.contoso.com/owa, (enter your mailbox domain name here).

650) this.width=650; "src=" http://windows.chinaitlab.com/UploadFiles_3263/201304/20130401213110340.jpg "/>

5 Remember to remember to redirect all subsites, you can click on each sub-site, select Redirect, Cancel, click Apply, but there are still a few hidden directories can not be canceled, so the use of command line method is best used.

Open a Command Prompt window (CMD), navigate to C:\windows\SYSTEM32\INETSRV, and run the following command:

Appcmd set config "Default Web site/autodiscover"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web SITE/ECP"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/ews"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/owa"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/oab"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web Site/powershell"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/rpc"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/rpcwithcert"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/microsoft-server-activesync"/section:httpredirect/enabled:false-commit:apphost

650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;border-bottom:0px;border-left:0px; " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M00/6C/31/wKiom1VBvQzi7dIBAAKv-WrHP0Y667.jpg" height= "376" />

6 Restart the IIS service after configuration (right-click on the Default Web site---reboot); open http://mail.contoso.comhere to open OWA

650) this.width=650; "src=" Http://windows.chinaitlab.com/UploadFiles_3263/201304/20130401213110180.jpg "height=" 451 "/>

The second type:

1. Configure OWA redirection on IIS on CAS, site----Default WEB site---http redirection

650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;border-bottom:0px;border-left:0px; " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M01/6C/31/wKiom1VBvQ7xNK42AAJBALycd_s694.jpg" height= "387" />

2 Select the redirect requests to this destination check box, type the absolute path to the/owa virtual directory: Https://mail.contoso.com/owa. Under Redirection behavior, select the redirect requests only to content in this directory (not subdirectories) check box. In the Status code list, click Found (302), and in the actions pane, click Apply

650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;border-bottom:0px;border-left:0px; " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M02/6C/31/wKiom1VBvQ-TNLoaAAHLAONEqrQ350.jpg" height= "383" />

3 Switch to site----default Web site---SSL settings

650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;border-bottom:0px;border-left:0px; " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M00/6C/2D/wKioL1VBvnngvp3iAAJcosPxd6o287.jpg" height= "398" />

4 in SSL settings, clear the Require SSL check box.

650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;border-bottom:0px;border-left:0px; " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M00/6C/31/wKiom1VBvRLjVCJgAAInuqBizQ8832.jpg" height= "481" />

5 Redirect all subsites You can click to open each subsite, select Redirect, Cancel, click Apply, or open a command Prompt window (CMD), navigate to C:\windows\SYSTEM32\INETSRV, and run the following command:

Appcmd set config "Default Web site/autodiscover"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web SITE/ECP"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/ews"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/owa"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/oab"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web Site/powershell"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/rpc"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/rpcwithcert"/section:httpredirect/enabled:false-commit:apphost

Appcmd set config "Default Web site/microsoft-server-activesync"/section:httpredirect/enabled:false-commit:apphost

650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;border-bottom:0px;border-left:0px; " Border= "0" alt= "image" Src= "http://s3.51cto.com/wyfs02/M00/6C/31/wKiom1VBvQzi7dIBAAKv-WrHP0Y667.jpg" height= "376" />

6 Restart the IIS service after configuration (right-click on the Default Web site---reboot); open http://mail.contoso.comhere to open OWA

650) this.width=650; "src=" Http://windows.chinaitlab.com/UploadFiles_3263/201304/20130401213110180.jpg "height=" 451 "/>

OWA redirection settings for Exchange 2013

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.