Helo,
I want to redirect my default http site to https://myserver/owa to simplify user access.
IIS return 403.4 error but not switch to secure site!!
My scenario : Window Server 2008 64bit, exchange 2007 64bit
I have followed this procedure:
Step 1:
1,Log on Interne Information Services (IIS) Manager
2, Switch back to Features view of the "Default Web Site" and double click
on "Error Pages".
3, In the Actions pane, click on "Edit Feature Settings" and under "Error
Responses", select: "Custom Error Pages". Then click OK
4, In the Actions pane, click on "Add" and configure the following
a) Status code: 403.4
b) Click on Respond with a 302 redirect and provide the absolute URL:
https://www.myserver.com/owa
Note: Make sure you are using "https"
Step 2:
1,Open IIS 7 Manager
2,Highlight the Default Website and ensure we are in the Features View
3, Double click on HTTP Redirect icon
4, Check the option "Redirect requests to this destination:" and type the
absolute OWA URL: https://myserver.com/owa
5, Under Redirect Behavior section, select the option "Only redirect
requests to content in this directory (not subdirectories)"
6, From the drop down, select the Status code: Found (302)
7, Click Apply to save the settings
8, Run IISRESET /noforce command in CMD for the settings to take effect.
Thanks