There are many types of server errors that may appear on your website and usually display a default server message. From the Control Panel, you can make this error message a custom page.
To access it, go to the
hosting management, and in the 'Server' section click on the option
Error Pages Configuration
Using this tool, you can choose which page from your hosting you want to display for each specific web server error.
1.-Configure different types of errors
You have the option to configure different types of errors:
It indicates that a request sent to the server could not be processed because the server is unable or not configured to handle that type of request. For example, when the request method is not implemented.
This error usually appears when the "index" file is not found in the directory being accessed. It may also occur if a username or password is required to access the page and it has not been entered correctly.
This is the most common error. The server has not found the requested file. It may have been moved, deleted, or the URL is incorrect.
The request made to the server has caused a failure. This may happen because the server configuration (perhaps the .htaccess file) is not correct.
2.-Assign an error page
To assign a custom error page, click on Modify assigned page for the type of error you want to customize.
A new window will appear where you can enter the path to the page you want to display within your hosting.
Once configured, click on Assign page.
Related Articles
What is and how to fix the ERR_TOO_MANY_REDIRECTS error
It is likely that while browsing the internet or even on your own website, you may have encountered an ERR_TOO_MANY_REDIRECTS message indicating that there are too many redirects to complete the connection. The error usually looks like this: This ...
How to correct Apache's 'Failed to read FastCGI header' error
The error message "Failed to read FastCGI header" means that when Apache communicates with the PHP process of your hosting, the PHP process does not respond correctly. This error does not mean there is a problem with Apache itself, but that there may ...
How to set up the robots.txt file
Robots are machines belonging to search entities on the Internet, such as Google, Yahoo or Bing. These robots access web pages to search for information within it and add this information in search engines, which we usually know as indexing or ...
How to add custom fields to the comment form in Wordpress
Adding custom fields to the comment form on your WordPress site can be very useful for collecting additional information from your users. In this guide, we show two ways to do it: the first is by using custom code and the second is by using the ...
How to set up hosting PHP
Within the advanced tools of the hosting service, you will find the option Configure PHP, where you can modify different PHP directives to adjust your hosting to the requirements requested by some CMS applications. These values vary depending on the ...