Contac Our Support Team Contact Us
Please Read Our Privacy Policy
Wordpress Blog Installation Service!
We Install – Host – Upgrade – Troubleshoot WP! | You Blog!
Site Update: I have decided to change the look and feel of the site and hope you like it! I have also been working in the background on setting up the membership areas as previously announced | The free membership section will be launching soon, hopefully by mid March. With the VIP Premium section going live in April 2010 - Watch this space for further announcements!
21st
NOV
Understanding Web Statistics Part III – Understanding Server Response Codes
Posted by Zulfikar under Statistics
Response codes (also called status codes) are the coded results of a server’s attempt to understand and satisfy a request. Web server responses indicate whether a Web object (Web page, graphics file, CGI script, etc.) was successfully retrieved or executed and, if not, the reason for the unsuccessful result. Unsuccessful results are also referred to as server error codes.
Log files record these codes, and the Visitor Statistics tool includes a report on them.
The following codes are some of the most common responses:
* Code 200 – OK: The request was fulfilled. The Web page was successfully downloaded without error.
Notes: In the strictest sense this not an error but a confirmation that things are working just fine.
* Code 401 – Unauthorized: The code indicates that users have tried to access pages that are restricted to a private network or IP address.
* Code 404 – Not Found: The server has not found anything matching the URL given, which can indicate broken links in the Website due to the removal of a Web page or other resource. Alternatively, the response may indicate spelling errors in the URL.
Notes: This can be and is a very annoying error both for the site owner and the visitors. As a site owner you stand to loose your readers as well as PR link juice. For readers who are repeat visitors this can be very frustrating and more so if the page/post they are trying to access has very important information.
Tip: It is a good idea to code your 404 page to redirect your visitors to the main/home page should there be an error, be it a site error or a mistyped or misspelled URL. – If there is indeed a site error and you are aware of it then its a good idea to let your readers know and reassure them that you are doing everything possible to resolve it.
* Code 403- Forbidden: The request is for something forbidden. The code indicates that users have tried to access pages that require user authorization, such as password-protected administration areas or members areas.
Notes: If there are no pages/post requiring such authentication then you need to check your site for unwanted scripts and to avoid reader frustration.
* Code 500 – Internal Error: The request failed. The server encountered an unexpected condition which prevented it from fulfilling the request. This code often indicates a script error.
Note: 9 times out of 10 this error is related to the .htaccess. It’s a good idea to check your site and analyse the .htaccess to make sure it only contains the codes it is supposed to. If you are not familiar with the .htaccess codes, renaming the file and generating a fresh (if your site script settings are capable) one usually helps resolve the problem.
If all else fails, consult an expert.
More readings:
If not already done so, read Understanding website statistics part I and Understanding website statistics part II
The w3.org site has more detailed information on all error codes – check out the list at http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
Share your views and experience related to this topic, please leave a comment. If you have any tips, would love to hear them
Related posts:
If you like this article please share it on stumbleUpon - thanks!Reader's Comments
Post Meta
-
November 21, 2009 -
Statistics -
17 Comments
-
Comments Feed
Advertisement
BIS Recommends
Customer Service & Support
Search This Site
Testimonials
Subscribe to New Articles.
Most Bookemarked Posts
- Wordpress 2.8 Set For Release (53)
- New WordPress Business Themes (49)
- Commenting On Blogs For Back Links (45)
- From Keyword To Comment Luv (38)
- Hire Me (37)
- Themes Reloaded (33)
- New WordPress Web Hosting Themes (32)
- WordPress 2.8.6 Security Release - Considerations! (32)
- Influence Customers And Sales Will Come (31)
- How To Upgrade To Wordpress 2.8 - Read This First! (27)
Most Commented Post
Sponsors
My Visiting Friends
Site Stats
Visitors online: 0Visits today: 19
Total Visitors:46166







.jpg)



Thanks, I did not know that 500 error is related with the .htaccess file. I think I still have a lot of things to learn about servers and browsing the internet.
Thanks.