Configuring URL Rewrite Settings - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

If the Hyland Healthcare Configuration Utility UI has not been installed to the web site root, then you must update files in the hy-app folder to ensure URLs are resolved correctly.

To configure URL rewrite settings for the Hyland Healthcare Configuration Utility UI:

  1. Open the installation directory for the Hyland Healthcare Configuration Utility UI. In a default installation, this directory is C:\Program Files\Hyland\HylandHealthcareConfigUtility.
  2. Open the hy-app folder in the installation directory.
  3. Open index.html in a plain-text editor.
  4. Locate the following line:
    <base href="/">
  5. Change the href value to the name of the Hyland Healthcare Configuration Utility UI virtual application in IIS. Be sure to include a slash before and after the application name.

    For example:

    <base href="/HylandHealthcareConfigUtility/">
  6. Save index.html.
  7. From the hy-app folder, open web.config in a plain-text editor.
    Note:

    Make sure you open web.config from the hy-app folder, not from the root of the installation directory.

  8. Locate the following line:
    <action type="Rewrite" url="/" />
  9. Change the url for the rewrite action to the name of the Hyland Healthcare Configuration Utility UI virtual application in IIS.

    Be sure to include a slash before and after the application name. This value should exactly match the href value you configured in the index.html file.

    For example:

    <action type="Rewrite" url="/HylandHealthcareConfigUtility/" />
  10. Save web.config.