
Creating Custom HTML error messages
In addition to modifying existing files, you can create additional HTML error messages that are customized for your organization. There are two default HTML error files in the \ErrorHtmls folder that can be used as templates for creating additional HTML error message pages:
-
DEFAULT.htm (internal clients)
-
DEFAULTR.htm (external clients)
You can edit these default .htm files as you would any HTML page. Save error messages you create with the syntax Errorcode.htm. Edit as follows:
-
Replace [ERRORNUM] with the appropriate error code.
-
Replace [ERRORTEXT] with the appropriate error message text.
-
Replace [SERVERNAME] with the name of the server that returns the HTML page.
-
Replace [VIAHEADER] with the Via header message string that the ISA Server computer receives.
You can use inline graphics in the form of .gif or .jpg files in your custom HTML error messages. However, these files must be stored in a separate, shared directory on the ISA Server computer and fully qualified URLs must be used in the HTML error message files to point to inline graphics.
After modifying existing messages, or creating new ones, restart the Web Proxy service for changes to take effect.