Q. How do I set a default page for users logging into the InterMapper web server?
A. Go to > InterMapper Settings\Web Pages\BuiltinWebPages.zip, make a copy of the AdminHTML folder > Place the copied folder into the Web Pages folder.
From here, edit the InterMapper Settings > Web pages > ~AdminHTML\!index.HTML file, as follows:
#redirect "error_screen.html"
Change this to:
#redirect "" , replacing with the page you want to set as the default. You can select from the following pages:
"map_screen.html": displays a list of open maps and the charts associated with those maps.
"outages.html": displays a list of current outages (that are currently down) and previous outages (that failed in the past, but have returned to service).
"device_list.html": displays a list of devices and networks associated with all open maps.
"error_screen.html": displays a list of InterMapper errors.
"full_screen.html": displays a list of devices and networks associated with all open maps.
"about_screen.html": displays information about the current version of InterMapper under which the Web Server is running.
Stop and restart the web server after you save the changes, in the Server Settings > Web Server settings.
Note: You can only set the default page for admin users.