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
- Open a text editor.
- Paste the following HTML snippet into the editor:
<!DOCTYPE html> <html> <head> <meta http-equiv="refresh" content="0; url=HotDocsTemplateHubUI" /> </head> </html> - Save the document as index.html
- 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.









