Error Pages

Error pages are served to Internet users when any one of a variety of errors occur, such as when a user enters an incorrect URL or is not authorized to access a specific directory in your web site. Companies often customize error pages to brand them with a specific corporate image and a link to their home page. You do not have to customize these pages - the error page is always available, whether customized or not.

To create or modify a customized error page:

  1. Click on the Error pages link in the Domain Menu area.

  2. Click on the required Create/Edit Error Page link.

  3. Enter the HTML code for the error page. You can use the drop-down list at the top of the page to insert variables into the displayed code.

    Example:

    <h1>404 Not Found</h1>
    <p>The requested page, <!--#echo var="REQUEST_URL" --> ,is not available.</p>
  4. Click on the Save button. Click on the Error pages link to return to the Error Pages window to confirm that it has been created.

Creating a customized error page