ECN-AW163 AcuToWeb Action when URL is closed

Defect Number: 18003

Product: AcuToWeb

Module: AcuToWeb

Machines Affected: All

DESCRIPTION:

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.

SYNTAX:

[web.custom_return] 
"{default = | alias=}"redirect-URL"

PARAMETERS:

default
Redirects any closed website to its corresponding redirect-URL, unless overridden for a specific alias.
alias
The name of an alias that identifies the specified URL.
redirect-URL
The URL to which the page is redirected.
Note: http:// or https:// is required to redirect externally. Otherwise, the redirect is assumed to be internal to AcuToWeb.

EXAMPLE:

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.