Results 1 to 4 of 4

Thread: OWA url redirection is wrong

  1. #1
    Join Date
    Apr 2009
    Posts
    487

    OWA url redirection is wrong

    I don't what is happening with my Outlook Web Access. Its URL redirection is wrong for some reason that i don't know. What what i can guess is due to naming conventions and certificate issues, ISA is bridging external https to internal http.For external users access to OWA fails because the ISA publishing rule is no longer correct. How can i simplify the Outlook Web Access URL ?

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: OWA url redirection is wrong

    With the help of Internet Information Services Manager, that is know as IIS, you can easily simplify OWA URL. To do so, just go through this simple steps:-

    • 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, type /directory name. For example, to redirect https//server name requests to https//server name/exchange, in Redirect to, type /exchange.

    • If all the mailboxes that will be accessed by using Outlook Web Access are located on Exchange 2007 servers, you can replace /exchange with /owa. Doing this will redirect all requests to https//server name to https//servername/owa.

    • In the The client will be sent to: list, select A directory below URL entered.


    Remember that the account you use must be delegated the Exchange Server Administrator role and membership in the local Administrators group for the target server.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,088

    Re: OWA url redirection is wrong

    Redirection shouldn't be happening if both CAS roles are in the same AD site.In order to redirect user to HTTPS and simplify the OWA url, Create the following file in Notepad and save it to drive:\inetpub\wwwroot as SSLRedirect.htm, replacing <server name> with the name of your Client Access server:
    <html>
    <head>
    <title>HTML Redirection to https:</title>
    <META HTTP-EQUIV="Refresh"
    CONTENT="1; URL=https://<servername>/exchange">
    </head>
    <body>
    This page is attempting to redirect you to <a href="https:// <servername>/exchange/">https:// <servername>/exchange</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 select A redirection to a URL.In Redirect to, enter /Exchange.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 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.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,139

    Re: OWA url redirection is wrong

    first check and make sure the external OWA URL is blank on the second Exchange server. Server Configuration > Client Access > Outlook Web Access > General Tab. General tab is used to view the properties of the Microsoft Office Outlook Web Access default Web site and to specify an external URL. Only the External URL can be modified.

    Server (Read-only.) Server displays the name of the server that hosts the Outlook Web Access virtual directory.

    Web site (Read-only.) Web site displays the name of the Web site.

    Version (Read-only.) Version displays the version of Microsoft Exchange that the virtual directory supports.

    Modified (Read-only.) Modified displays the last date and time that the virtual directory was modified.

    Internal URL Use this text box to specify the URL that is used to access this Web site from an internal network. An internal URL is configured automatically during Exchange 2007 Setup. The default internal URL setting for an Internet-facing or non-Internet-facing Client Access server is https://<Computer Name>/owa.

Similar Threads

  1. Folder redirection not working
    By aconti in forum Active Directory
    Replies: 1
    Last Post: 22-05-2011, 01:28 AM
  2. SysWow64 Redirection for cmd.exe
    By Q Jones in forum Windows x64 Edition
    Replies: 3
    Last Post: 01-06-2009, 02:25 AM
  3. My documents folder redirection
    By vinomike in forum Small Business Server
    Replies: 2
    Last Post: 11-12-2008, 09:09 PM
  4. 301 client Redirection Problem!
    By Pageous in forum Technology & Internet
    Replies: 1
    Last Post: 23-10-2008, 06:04 PM
  5. *Free* URL Redirection Services
    By ~Romil in forum Technology & Internet
    Replies: 22
    Last Post: 16-08-2005, 02:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,044,859.60281 seconds with 17 queries