Help & Setup
Creating Custom Error Pages
Error pages are displayed to Internet users when any one of a variety of errors occurs, such as when a user enters an incorrect URL or is not authorised to access a specific directory in your website. Companies often customise error pages to brand them with a specific corporate image and a link to their home page. You do not have to customise these pages - the error page is always available, whether customised or not. Note: Custom
error pages that are smaller than 10k in size will not
display properly in Internet Explorer. Insert a large
amount of text into a comment to create the required size. |
| 1. | Login to your Hosting Manager. |
| 2. | Click Custom Error Pages on the home page. |
| 3. | Click the button of the required error page, such as the 403 button. |
| 4. | Type the HTML code for the error page.
You can use the buttons 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> |
| 5. | Click Save. |