<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebDev77&#187; web server error</title>
	<atom:link href="http://www.webdev77.com/tag/web-server-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdev77.com</link>
	<description>WebDev77, your online source for news, comments and articles on Web Hosting, Internet marketing, SEO techniques and Web development and design.</description>
	<lastBuildDate>Sat, 04 Apr 2009 00:05:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Good Web Design Practices &#8211; Handling Errors</title>
		<link>http://www.webdev77.com/good-web-design-practices-handling-errors/</link>
		<comments>http://www.webdev77.com/good-web-design-practices-handling-errors/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 19:35:46 +0000</pubDate>
		<dc:creator>Bogdan Enache</dc:creator>
				<category><![CDATA[Web Dev & Design]]></category>
		<category><![CDATA[404 error page]]></category>
		<category><![CDATA[broken links]]></category>
		<category><![CDATA[html error]]></category>
		<category><![CDATA[web server error]]></category>

		<guid isPermaLink="false">http://www.webdev77.com/?p=6</guid>
		<description><![CDATA[Handling Errors Everybody from time to time, surfing the web, will encounter the famous 404 error page saying that the web page or the document you were looking for was not found. The cause for the error could be a reorganization of the website (the file was removed, renamed or deleted); a user involuntarily mistyping [...]]]></description>
			<content:encoded><![CDATA[<h3>Handling Errors</h3>
<p>Everybody from time to time, surfing the web, will encounter the famous 404 error page saying that the web page or the document you were looking for was not found. The cause for the error could be a reorganization of the website (the file was removed, renamed or deleted); a user involuntarily mistyping the URL of the page or maybe the web page never existed. No matter the cause, any webmaster will want to avoid having these types of broken links on his website. Besides the 404, &#8220;File not found&#8221; error code, there are other standard HTML <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" target="_blank">error</a> codes. Here are a few examples:</p>
<ul>
<li>A 400 error code indicates that the link or the request could not be understood by the server due to malformed syntax;</li>
<li>A 401 error code indicates that authorization is required to access the file;</li>
<li>A 403 error code indicates that the visitor is forbidden to access the file (maybe it&#8217;s in a password protected folder or maybe you activated the Hotlink Protection on your images);</li>
<li>A 500 error code indicates that the web server encountered an unexpected condition which prevented it from fulfilling the request (there are miss configured options on the web server).</li>
</ul>
<p>Each error code has its own standard page and error message. In order to deliver a better user experience, you might want to customize the error pages with your own messages and directions for the visitor to follow. The idea is that you still need to let the visitor know that something unexpected is going on, but provide him with options.</p>
<p class="important" style="text-align: center">A good practice is to include the website&#8217;s sitemap here (so the visitor can choose a &#8220;real&#8221; page to go to) or, if you have a website search feature, include it here as well.</p>
<p>If you have cPanel installed on your hosting account, you can see the last 300 errors for your website, by selecting the <strong>[Error log]</strong> option. Check this log frequently to find out if you have broken links on your site, or, what files do not exist and they should. Use this information to fix the errors and to keep your site running smoothly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdev77.com/good-web-design-practices-handling-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

