Junction-specific static server response pages
You can customize static server response pages on a per-junction basis.
Add the
customized static server response page files
into a junction-specific directory:
errors/language/junction_idwhere junction_id refers
to the junction point for a standard junction (excluding the leading
/ character) or the virtual host label for a virtual host junction.
For example: errors/C/test_junctionWebSEAL searches for static server response page files in the following sequence, returning the first file found to the client:
errors/language/junction_id/page.<content-type>errors/language/junction_id/default.<content-type>errors/language/page.<content-type>errors/language/default.<content-type>
You can use the / character
in
the junction name. For example, if you created a junction directory
named test under the jct directory,
the junction is specified as /jct/test. In this instance
WebSEAL searches for files in the errors/language/jct/test directory.