How to Redirect the default website in IIS 7

Use IIS Manager to simplify the Outlook Web App URL when SSL is required
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the “IIS Manager” entry in the Client Access Permissions topic.
You need to install HTTP Redirect from Programs and Features -> Install Windows 2012 Server features --> IIS features --> HTTP Redirect.
After that,
  1. Start IIS Manager.
  2. Expand the local computer, expand Sites, and then click Default Web Site.
  3. At the bottom of the Default Web Site Home pane, click Features View if this option is not already selected.
  4. In the IIS section, double-click HTTP Redirect.
  5. Select the Redirect requests to this destination check box.
  6. Type the absolute path of the /owa virtual directory. For example, type https://mail.contoso.com/owa.
  7. Under Redirect Behavior, select the Only redirect requests to content in this directory (not subdirectories) check box.
  8. In the Status code list, click Found (302).
  9. In the Actions pane, click Apply.
  10. For the new settings to take effect, open a Command Prompt window, and then typeiisreset /noforce to restart IIS.