Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add a Login Page Folder.
    1. In the installation directory, add a new folder where you will keep the login page files. For example, C:\Agiloft\www\htdocs\logins
    2. Add all of the necessary HTML pages, files and graphics. 
    3. If the default login page is index.html, you can login via the directory path.  For example  in the \logins folder above, you could rename the login-page.html file to index.html. Now the URL to launch your custom login page would look like http://servername/logins/.
  2. Open the Web Server Settings menu.
    1. Double click Setup.exe in the installation folder to open the Setup menu.
    2. Navigate to the main menu then click Web server to open the Web Server Settings.
  3. Add a path and a directory.
    1. In the Web Server Settings menu, the Path refers to the URL relative path and must be prepended with a forward slash - for example, /logins. The Directory refers to the physical path of the folder on the server, for example, C:\Agiloft\www\htdocs\logins.
    2. Add the Path and Directory based on the login page folder. 
    3. Click the Change web server settings button. 
    4. The application servers will restart with the new static context added. 
  4. At this point, you will be able to log into in to the system by navigating to http://servername/context path/login-page.html or http://servername/context path/.


    Tip

    Instruct your users to bookmark the login page for easy access.