Status Codes

Each HTTP response message must contain a status code in its first line, indicating the result of the request. The status codes fall into five groups, according to the first digit of the code: ■ 1xx — Informational. ■ 2xx — The request was successful. ■ 3xx — The client is redirected to a different … Read more

Why am I getting a 500 Internal Server Error message?

Possible Cause : 1. htaccess file 2. Php Coding Time out 3. CGI Script Error 500 Internal Server Error is a generic error message, given when no more specific message is suitable. There are a number of causes for a 500 Internal Server Error to display in a web browser. Figure 1 is a sample … Read more