Error Pages

Error pages inform visitors about issues when they try to access a website. If an error page for the website is not defined the user will see a standard error page of the web browser.
Every issue has its own status code and error page.
To customize an error page, perform the following steps:
    .1Go to Domains → WWW-domains → menu → Errors → Add.
    .2Select a Code:
Code
Meaning
Description
400
Bad Request
Invalid request to the server.
401
Unauthorized
User authentication is required
402
Payment Required
Insufficient funds to send a request.
403
Forbidden
The server has refused the request.
404
Not Found
The server doesn’t find anything on the requested location.
405
Method Not Allowed
The method specified in the request is not supported.
406
Not Acceptable
Invalid parameters in the request heading.
407
Proxy Authentication Required
The client must first authenticate itself with the proxy.
408
Request Timeout
The server timed out waiting for the request.
409
Conflict
The request could not be processed because of conflict in the current state of the resource,
411
Length Required
The heading doesn't contain the Content-Length parameter.
412
Precondition Failed
The server does not meet one of the preconditions for the request.
413
Request Entity Too Large
The request is larger than the server is able to process.
414
Request-URI Too Long
The request is too long for the server to process.
415
Unsupported Media Type
The request has a media type which the server does not support.
416
Requested Range Not Satisfiable
The client has asked for a portion of the file, but the server cannot supply that portion.
417
Expectation Failed
The server cannot meet the requirements of the Expect request-header field.
500
Internal Server Error
Internal server error.
501
Not Implemented
The server cannot fulfill the request.
502
Bad Gateway
Invalid gateway.
503
Service Unavailable
The service is currently unavailable.
504
Gateway Timeout
The server was acting as a gateway and did not receive a timely response from the upstream server.
505
HTTP Version Not Supported
The server does not support the HTTP protocol version used in the request.
    .3Enter the URL of the error page. An internal URL (on the same WWW-domain) must begin with "/". E.g.: "/errpages/404.html". An external URL must begin with "http://" or "https://". E.g., " http://errorpageexample.com/404.htm ".
Note
For error 401 you can enter only the internal URL. This is a relative path to one of the files in the WWW-domain directory.