Custom error pages

To create the custom errors go to:
1. Go to the control panel and log in.
2. Click on websites3
. Click on the appropriate website4
. Go to the Custom Errorstab.

Explanation of terms used:
Code:
All custom error messages are industry-standard HTTP codes, which provide consistency with HTTP 1.1 error messages. You do not need to change anything from this setting.
Sub-code:
Specifies the sub-code associated with HTTP Error Codes and requires no change to the normal settings.
Handler-Type:
In the control panel you can create your own custom page for different HTTP error codes:

- File:
Type the location of the file associated with the custom error. It is usually your own location where your files/folders are.

- URL:


Select 'URL' from the pull down menu and then enter the path to which the page should point (see example below)
Custom error pages

Example:

404 * URL /non-found.html (the file not-found.html is then in the root of your website)


- Default:
Set everything back to the default values.