Configuring index.html - Integration for Epic MyChart - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - external - OnBase/Integration-for-Epic-MyChart/Foundation-24.1/Integration-for-Epic-MyChart/Installation/Installation/Installing-the-PPL-Application/Configuring-the-PPL-Application/Configuring-index.html - 2024-03-25

Integration for Epic MyChart

Platform
OnBase
Product
Integration for Epic MyChart
Release
Foundation 24.1
License

The name of the PPL application must be configured in the index.html file, which is located in the PPL installation directory.

To configure index.html:

  1. Open index.html from the PPL installation directory.
  2. Locate the following line:
    <base href="/ppl/">
  3. Update the href value to match the name you gave the PPL application in IIS Manager.

    In the following example, the application name is PPLWebApp. Remember to include a slash at the beginning and end of the href value.

    <base href="/PPLWebApp/">
  4. Save index.html.