|
1 To access the Error Pages, click on the icon above the words Error Pages on the main screen of your cPanel interface.
2 Click on the number of the error you wish to modify the page for.
3 Enter the new HTML code into the blank field on the page that appears. You can use the buttons to insert pre-made bits of HTML code for you.
4 Change the name of the file in the field next to Save as, if necessary.
5 When you are finished editing the page, click on Save to save the modified error page.
The following is an explanation of each error page:
400
This will be reached when the user enters a url that refers to a page that does not exist on your site.
401
This will be reached when the user has failed to authenticate their self properly when trying to access a restricted page.
403
This will be reached when access is forbidden to the page the user to trying to access.
404
This will be reached when a user misspells a url to a page they are trying to access. It is important to be helpful with your 404 error page or the user may decide to leave your site.
500
This will be reached when the page cannot be displayed. This can occur when a script fails to run, or under other circumstances. You should have the user contact the site administrator when this page is shown.
|