티스토리 뷰

 

HTTP Status Codes and Htaccess ErrorDocuments

 

http://www.askapache.com/htaccess/apache-status-code-headers-errordocument.html

 

 

 

HTTP Status Codes and Htaccess ErrorDocuments

January 4th, 2011

  1. Contents
  2. 57 APACHE HTTP STATUS RESPONSE CODES
    1. 1xx Info / Informational
    2. 2xx Success / OK
    3. 3xx Redirect
    4. 4xx Client Error
    5. 5xx Server Error
  3. Quick Start to triggering ErrorDocuments for each Status Code
  4. Automate the ErrorDocument Triggering
    1. The htaccess Redirects
    2. PHP script that gets and outputs the Headers/Content
  5. Headers and Content Returned
    1. 100 Continue
    2. 101 Switching Protocols
    3. 102 Processing
    4. 200 OK
    5. 201 Created
    6. 202 Accepted
    7. 203 Non-Authoritative Information
    8. 204 No Content
    9. 205 Reset Content
    10. 206 Partial Content
    11. 207 Multi-Status
    12. 300 Multiple Choices
    13. 301 Moved Permanently
    14. 302 Found
    15. 303 See Other
    16. 304 Not Modified
    17. 305 Use Proxy
    18. 306 unused
    19. 307 Temporary Redirect
    20. 400 Bad Request
    21. 401 Authorization Required
    22. 402 Payment Required
    23. 403 Forbidden
    24. 404 Not Found
    25. 405 Method Not Allowed
    26. 406 Not Acceptable
    27. 407 Proxy Authentication Required
    28. 408 Request Time-out
    29. 409 Conflict
    30. 410 Gone
    31. 411 Length Required
    32. 412 Precondition Failed
    33. 413 Request Entity Too Large
    34. 414 Request-URI Too Large
    35. 415 Unsupported Media Type
    36. 416 Requested Range Not Satisfiable
    37. 417 Expectation Failed
    38. 418 I'm a teapot
    39. 419 unused
    40. 420 unused
    41. 421 unused
    42. 422 Unprocessable Entity
    43. 423 Locked
    44. 424 Failed Dependency
    45. 425 No code
    46. 426 Upgrade Required
    47. 500 Internal Server Error
    48. 501 Method Not Implemented
    49. 502 Bad Gateway
    50. 503 Service Temporarily Unavailable
    51. 504 Gateway Time-out
    52. 505 HTTP Version Not Supported
    53. 506 Variant Also Negotiates
    54. 507 Insufficient Storage
    55. 508 unused
    56. 509 unused
    57. 510 Not Extended
  6. Apache Source Code
    1. httpd.h
      1. HTTP_INFO
      2. HTTP_SUCCESS
      3. HTTP_REDIRECT
      4. HTTP_ERROR
      5. HTTP_CLIENT_ERROR
      6. HTTP_SERVER_ERROR
      7. HTTP_VALID_RESPONSE
    2. http_protocol.c
  7. IANA HTTP Status Code Registry
  8. WordPress 2.8 Changes
  9. RIPE WHOIS
  10. Helpful HTTP Links

 

[출처] http://www.askapache.com

댓글