Click to See Complete Forum and Search --> : Common Error Pages


Justin
07-17-2005, 09:18 PM
What error pages should i include in a website (and it uses php).

The current ones I am planning to make are:

401 - Authorization Required
400 - Bad request
403 - Forbidden
500 - Internal Server Error
404 - Not Found

Let me know if you think i have missed any other errors (because i rarely see errors).

spufi
07-18-2005, 07:06 AM
This should be a good list to look at. List of Common HTML Error Codes (http://www.indiana.edu/~wmhome/tool_guide_info/errorcodes.shtml)

Justin
07-18-2005, 10:15 AM
Thanks