Configuring the Login Page Redirect URL

You can optionally configure HotDocs Hub to use a simpler login URL than the default login URL, by adding a redirect page to the root of the directory in which Hub is installed.

Redirect URL

The default login page URL is https://{domain}/HotDocsTemplateHubUI/, where domain is the fully-qualified domain name for the server under which Hub runs. The steps below set the login URL to https://server.yourorganization.com/.

To add the login redirect page

  1. Open a text editor.
  2. Paste the following HTML snippet into the editor:
    <!DOCTYPE html>
    <html>
        <head>
             <meta http-equiv="refresh" content="0; url=HotDocsTemplateHubUI" />
        </head>
    </html>
  3. Save the document as index.html
  4. Copy the index.html file into the root of the directory in which Hub is installed; by default, this is C:\inetpub\wwwroot.

Load the shortened login page URL (e.g. https://server.yourorganization.com/) in your web browser; you are redirected to the Hub login page.

 

Table of Contents

Index

Glossary

-Search-

Back