Archive for the 'General Blog' Category

Tuesday, February 12th, 2008

HTTP Status Codes and Apache Error
1xx Info / Informational
100 Continue - HTTP_CONTINUE
101 Switching Protocols - HTTP_SWITCHING_PROTOCOLS
102 Processing - HTTP_PROCESSING
2xx Success / OK
200 OK - HTTP_OK
201 Created - HTTP_CREATED
202 Accepted - HTTP_ACCEPTED
203 Non-Authoritative Information - HTTP_NON_AUTHORITATIVE
204 No Content - HTTP_NO_CONTENT
205 Reset Content - HTTP_RESET_CONTENT
206 Partial Content - HTTP_PARTIAL_CONTENT
207 Multi-Status - HTTP_MULTI_STATUS
3xx Redirect
300 Multiple Choices - HTTP_MULTIPLE_CHOICES
301 […]