Guidelines for customizing response pages
We can customize the static server response pages to better reflect the current WebSEAL implementation. Observe the following notes:
- Do not modify the name of the file. The hexadecimal number is used by WebSEAL to display the proper error file.
- Use an HTML or text editor to modify page contents. Ensure that we use valid HTML tagging for HTML response files.
- Specify server-relative URIs (rather than relative URIs) for any URIs for resources such as images or CSS. If virtual host junctions are being used for WebSEAL, we must use absolute URIs for such resources.
- WebSEAL supplies a set of macros that used to capture dynamic information. See Macro resources for customizing response pages.
Parent topic: HTML server response page modification