No further action necessary.
You will need to enter the URL or choose a file from your www directory.
You will need to enter the message you wish displayed in the text-box.
| Error Code | Description |
|---|---|
| 400 | Bad Request | The request was denied to do a syntax error in the request. |
| 401 | Authorization | The request was denied because the person trying to access the page does not have permission to access the data. Generally this occurs because the user has incorrectly inputted a username and password, but may also occur if you have limited access to a page by IP address, and the user's IP is not on your allowed list. |
| 403 | Forbidden | The request was denied because the person trying to access the page does not have permission to access the data. Generally this occurs because the user has incorrectly inputted a username and password, but may also occur if you have limited access to a page by IP address, and the user's IP is not on your allowed list. This also may appear if the sever was not able to send the data requested. |
| 404 | Requested URL not found | The document requested does not exist on the server. This often occurs due to mistyped URLs and links that have not been updated. |
| 405 | Method Not Allowed | The web server is not configured to allow the requested action. |
| 408 | Request Timeout | Communications between the server and the visitor have taken too long, so the server has closed the connection. This could be due to server load, bandwidth issues, the client being disconnected from the Internet, etc. |
| 500 | Internal Server Error | The server encountered an error. This is often caused by a scripting problems and failed database access attempts. |
| 503 | Service Unavailable | The server is down due to maintenance or overload, and cannot fulfil the request. |