diff options
Diffstat (limited to 'customization/errorpage/414.shtml')
-rw-r--r-- | customization/errorpage/414.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/414.shtml b/customization/errorpage/414.shtml index bad1228..f3ad112 100644 --- a/customization/errorpage/414.shtml +++ b/customization/errorpage/414.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="414" --> <!--#set var="ERRORPAGE_TEXT" value="Request-URI Too Large" --> -<!--#set var="ERRORPAGE_INFO" value="The length of the requested URL exceeds the capacity limit for this server. The request cannot be processed." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>The length of the requested URL exceeds the capacity limit for this server. The request cannot be processed.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |