Defect Number: 18003
Product: AcuToWeb
Module: AcuToWeb
Machines Affected: All
When a program is closed, or when the Web site closes because of inactivity, the default action is to either display a blank page or to close the tab. You can now redirect this action to a URL using the new web.custom_return entry in the AcuToWeb configuration file.
You may specify more than oneweb.custom_return option to specify different redirects, each identified by a unique alias name.
[web.custom_return] "{default = | alias=}"redirect-URL"
The following example redirects any closed website to "https://www.microfocus.com" except for MY_ALIAS, which is redirected to "https://www.google.com".
[web.custom_return] default = "https://www.microfocus.com" MY_ALIAS = "https://www.google.com"
For additional details, see Gateway Configuration File Section Headers and Options in your AcuToWeb documentation.