ERROR_DOCUMENT

Important: As of version 2.2x, this feature is no longer available. This should now be configured and handled by the web server.

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:

Usage example

<ERROR_DOCUMENT Code="404">/demos.html</ERROR_DOCUMENT>