The APPLICATION_SERVER element / The INTERFACE_TO_CONNECTOR element |
The ERROR_DOCUMENT element contains the action to do in case of error. It takes an attribute Code, which specifies the HTTP status code. The element contains the action to perform in case of error. It can specify this action in one of three ways:
Free text.
An URL that is relative to DOCUMENT_ROOT and that begins with a backslash (/).
An absolute URL that begins with "http".
<ERROR_DOCUMENT Code="404">/demos.html</ERROR_DOCUMENT>