Custom error pages

To make a customized error web page for your consideration, please sign in to cPanel and basically click Error Webpages. Choose the domain or subdomain which you want and basically opt for the web page you want to modify. Place your own customized web page system code (in HTML or SHTML). The changes will be reflected after clicking Save button.

But I don't know any HTML

Never worry. If you use a design system like Sitebuilder, basically post a web page which you want to use. Next, check out your web page and take up that new web page you want. At the top of your internet browser, go to View and pick "Source" or "Page Source". Copy everything from the pop-up screen (right basically click, Select All, right basically click, Copy) and now you can insert where the HTML system code connected.

Afterward, you may want to eliminate that additional web page from your web page designer system.

Common problems

If you are still seeing the Reprise Hosting error pages, try relaxing your internet browser (ctrl + F5). If you still see the Reprise Hosting pages, please add this system code to your .htaccess file in the public_html listing.

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

If you don't want any viewers seeing 404 mistakes on your web page. You can make your webpage outcome:

ErrorDocument 404 /index.html

If Internet Explorer is not showing the customized error web page, it is likely because the error web page must be bigger than 1 KB.

There are many Error pages which may be described:-

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


  • 6 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Related Articles

How to Set Up a Redirect

    Log into cPanel.    Under Domains, simply select the Redirect...

How to import your MySQL database

How can I import a database? Firstly, Login to Cpanel Simply, Go to phpMyAdmin Click...

Getting around the Shared SSL browser warning

While using RepriseHosting's shared SSL, if you are getting a prompt issue in your browser...

How to Connect to the MySQL Database

To work with the database in PHP, you must first connect the script to the MYSQL Database. We...

MySQL database size limit

There is no limit for the size of the data source.MySQL is only restricted to the size of your...