During class, we talked about the various components of a domain name and if there was a misspelled or missing letter in the URL, we will encounter the "ERROR 404 PAGE NOT FOUND" page.
But what exactly is an ERROR 404? This page appears when the server cannot find the file that is requested. The file has either moved or deleted, or the wrong URL or document name is entered. Look at the URL. If the a word looks misspelled, then correct it and try again. If that doesn't work, backtrack by deleting information between each backslash (/), until a page on that site that isn't a 404 appears. From there, you may be able to find the page you are looking for.
Here are some examples of interesting ERROR 404 pages:
Soocial
Patterntap
Catswhocode
ERROR 404 is one of the more common errors that we encounter, but there are many other errors as well.
ERROR 400 BAD FILE REQUEST
Usually means the syntax used in the URL is incorrect (e.g., uppercase letter should be lowercase letter; wrong punctuation marks)
ERROR 401 UNAUTHORIZED
Server is looking for some encryption key from the client and is not getting it. Also, wrong password may have been entered. Try it again, paying close attention to case sensitivity.
ERROR 403 FORBIDDEN/ACCESS DENIED
Similar to 401; special permission needed to access the site -- a password and/or username if it is a registration issue. Other times you may not have the proper permissions set up on the server or the site's administrator just doesn't want you to be able to access the site.
ERROR 408 REQUEST TIMEOUT
Client stopped the request before the server finished retrieving it. A user will either hit the stop button, close the browser, or click on a link before the page loads. Usually occurs when servers are slow or file sizes are large.
ERROR 500 INTERNAL ERROR
Couldn't retrieve the HTML document because of server-configuration problems. Contact site administrator.
ERROR 501 NOT IMPLEMENTED
Web server doesn't support a requested feature.
ERROR 502 SERVICE TEMPORARILY OVERLOADED
Server congestion; too many connections; high traffic. Keep trying until the page loads.
We encounter this annoying error quite often too especially when grades are released or when add/drop dates begin.
ERROR 503 SERVICE UNAVAILABLE
Server busy, site may have moved ,or you lost your dial-up Internet connection.
CONNECTION REFUSED BY HOST
Either you do not have permission to access the site or your password is incorrect.
FILE CONTAINS NO DATA
Page is there but is not showing anything. Error occurs in the document. Attributed to bad table formatting, or stripped header information. |
BAD FILE REQUEST
Browser may not support the form or other coding you're trying to access. |
FAILED DNS LOOKUP
The Domain Name Server can't translate your domain request into a valid Internet address. Server may be busy or down, or incorrect URL was entered. HOST UNAVAILABLE Host server is down. Hit reload or go into the site later. UNABLE TO LOCATE HOST Host server is down, Internet connection is lost, or URL typed incorrectly. NETWORK CONNECTION REFUSED BY THE SERVER The Web server is busy. The solutions to these errors can be easily 'googled', however, we do not encounter these errors everyday. Thus, they fall under the radar and ignored by most of us. Then again, sometimes these error pages can be a prank so do not fall for it so easily!! *cough* Mr. Choy *cough* |
We learn new things everyday =D!
- Paperbear out
No comments:
Post a Comment