Custom Error Pages

To create a custom error page for your account, please login to cPanel and click Error Pages, under Advanced. Select the domain or subdomain you want and click the page you want to edit. Insert your own custom page code (in HTML or SHTML). The changes will be applied after you click Save.

 

But I don't know any HTML

 

Never fear. If you use a design program like Sitebuilder, simply publish a page which you would want to use. Next, visit your website online and pull up that new page you want. At the top of your browser, go to View and choose "Source" or "Page Source". Copy everything from the pop-up window (right click, Select All, right click, Copy) and now you can paste where the HTML code belongs.

 

Afterward, you may want to remove that extra page from your site builder program.

 


 

Common problems

 

If you are still seeing the default error pages, try refreshing your browser (ctrl + F5). If you still see the default pages, please add this code to your .htaccess file in the public_html directory.

 

ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml

 

You can even use existing pages as the resulting page. Say you don't want any visitors seeing 404 errors on your site. You can make your home page the result, like so:

 

ErrorDocument 404 /index.html

 

If Internet Explorer is not displaying the custom error page, it is likely because the error page must be larger than 1 kilobyte.

 

There are many error pages which may be defined.

Client Request Errors
400 - Bad Request
401 - Authorization Required
403 - Forbidden
404 - Not Found
405 - Method Not Allowed
406 - Not Acceptable (encoding)
407 - Proxy Authentication Required
408 - Request Timed Out
409 - Conflicting Request
410 - Gone
411 - Content Length Required
412 - Precondition Failed
413 - Request Entity Too Long
414 - Request URI Too Long
415 - Unsupported Media Type

Server Errors
500 - Internal Server Error
501 - Not Implemented
502 - Bad Gateway
503 - Service Unavailable
504 - Gateway Timeout
505 - HTTP Version Not Supported

 


 

How can I revert back to the default error pages?

Simply delete the error page from the public_html folder:
404.shtml
403.shtml

500.shtml

  • 29 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

How to FTP

FTP stands for File Transfer Protocol, and gives you the ability to upload or download files from...

What is my absolute path to root?

/home/cpanel-username/public_html/ Be sure to replace "cpanel-username" with your actual cPanel...

How to use robots.txt

What is the purpose of the robots file? When a search engine crawls (visits) your website, the...

AmeriWeb Hosting ecommerce sites conform to PCI standards

If you accept credit cards on-line, you are automatically expected to conform to industry...

Alias Domains included with all hosting plans

If you have several domain names, we can set up our server to allow them to point directly to...

Powered by WHMCompleteSolution