Quality Web Design Service

Quality Web design services

Quality Web Design Services From DigitalSEO

We take all type of web design services.
Logo Design, Banner design, Template design, template code
Uncoded templates, Coded templates for WP, Joomla, Postnuke
Read more about our services and prices
Digital SEO arrow DigitalSEO Articles arrow DigitalSEO arrow HTTP Error Codes and Their Meaning
HTTP Error Codes and Their Meaning Print E-mail
Written by Imran   

http error codes
Web server error messages have standard associated numbers ("http response codes"), for example the familiar 404 error message meaning "File not found" or the classic 403 error: Forbidden.

 

The most common error messages are: 403, 404, and 500
lets look at one error at a time.

Error 403

this is most often encountered when the index.html of a folder is missing or the owner of the site has turned off permissions for either that page or its parent directory. If you get this error message and really want to see the page, you could try and contact the owner of the site and tell them what URL you were trying to access when you got the 403 error. Permissions get changed as much by accident as on purpose, the author might appreciate knowing.

Error 404
This means that the URL as you've typed it doesn't exist. Check the spelling and try again, but be aware that people take pages down all the time on the Internet. If you're pretty sure that the page is there, try and contact the owner of the site about the 404 error you got.

error 500
This means that there was a cgi script running that didn't work correctly, you can't fix it, and you can't move past it you could try and contact the owner of the site.

create your own custom 403, 404 and 500 error documents then update your ".htaccess" file

    heres an example ...



100 Continue
101 Switching Protocols
200 OK
201 Created
202 Accepted
203 Non-Authoritative Information
204 No Content
205 Reset Content
206 Partial Content
300 Multiple Choices
301 Moved Permanently
302 Moved Temporarily
303 See Other
304 Not Modified
305 Use Proxy
400 Bad Request
401 Unauthorized (directory is protected by a password)
402 Payment Required
403 forbidden (all visitors are barred from looking at this file or directory)
404 file not found
405 Method Not Allowed
406 Not Acceptable
407 Proxy Authentication Required
408 Request Time-Out
409 Conflict
410 Gone
411 Length Required
412 Precondition Failed
413 Request Entity Too Large
414 Request-URI Too Large
415 Unsupported Media Type
500 internal server error (cgi script error)
501 Not Implemented
502 Bad Gateway
503 Service Unavailable
504 Gateway Time-Out
505 HTTP Version Not Supported

 

 
< Prev   Next >