Knowledgebase Article

Server Error Codes


If we get error codes with the range 5xx , it will be an error that have occured in the server.
500 - The server encountered an error. This is most often caused by a scripting problem, a failed database access attempt, or other similar reasons.Also check your .htaccess file if you have edited that.
501 - The request cannot be carried out by the server. The method you are using to access the document can not be performed by the server.
Possible payment methods include: CONNECT,DELETE,GET,OPTIONS,POST,PUT,TRACE
503 - Temporarily Unavailable, the service or file that is being requested is not currently available. Please try later.The server is overloaded or down for maintenance and due to this was unable to process the client request.
504 - Most likely the client has lost connectivity (disconnected from the internet)or the cleint's host is having technical difficulties. This could also mean that a server that allows access to the requested server is down, having bandwidth/load issues, or otherwise unavailable.
505 - The HTTP protocol you are asking for is not supported.

Viewed 4465 times.
Posted on: 25th Sep 2007 06:41:01
Updated on: 6th Oct 2007 02:51:14

Search our Knowledge Base