What are error pages and how can I modify them?

The server uses error pages to display to a user when it encounters an error with what they are trying to do on your site. There are many types of error that our servers can generate but the most common ones are:

  • 301 - The page has been moved Permanently
  • 401 - The user does not have permission to view the file/directory.
  • 404 - The page could not be found (bad URL).
  • 500 - One of your scripts is not functioning properly, and is returning an Internal Server Error.

You can create custom error pages and modify what is displayed to your users by adding custom error handling to the .htaccess in your public_html directory or by using the tool in the advanced section of your cPanel.

To customise your error pages using the built in tool:

  1. Login to cPanel.
  2. Click on "Error Pages" in the advanced section.
  3. Click on the error page you want to modify, let's take for example the 404 page which displays when a page does not exist.
  4. Enter any text you want to display, you should probably in the case of a 404 put in "The page (then click on the "Requested URL* button) is unavailable" and add any design around that which you want.
  5. Clicking on the save button should take you through to a verification page.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Setting up a cron job

Cron jobs are a great way to have tasks repeat at regular intervals automatically, whether that...

Index Manager

The Index Manager allows you to customise how your directories are seen on the web if they do not...

SSL Certificates

There are so many different types of SSL certificate and information about them in the...

Server Migration for IP record domains

This article is to assist customers who point either their A or MX recordsĀ (or any other records)...