<?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>GoTryTHIS 2 Support Connection &#187; 404 not working?</title>
	<atom:link href="http://www.gotrythis.com/help/category/tech-support/404-stopped/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gotrythis.com/help</link>
	<description>Community-aided support for GoTryTHIS 2</description>
	<lastBuildDate>Mon, 12 Jul 2010 15:02:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Webmaster Tools and 404 returns 200 code.</title>
		<link>http://www.gotrythis.com/help/tech-support/404-stopped/google-webmaster-tools-and-404-returns-200-code/</link>
		<comments>http://www.gotrythis.com/help/tech-support/404-stopped/google-webmaster-tools-and-404-returns-200-code/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:48:12 +0000</pubDate>
		<dc:creator>John Reel</dc:creator>
				<category><![CDATA[404 not working?]]></category>

		<guid isPermaLink="false">http://www.gotrythis.com/help/?p=802</guid>
		<description><![CDATA[<p>When you try to verify your site with Google Webmaster Tools, so that they will index your sitemap, you get the error:</p>
<blockquote><p>
Verification status: NOT VERIFIED<br />
We&#8217;ve detected that your 404 (file not found) error page returns a status of 200 (Success) in the header. (...)]]></description>
			<content:encoded><![CDATA[<p>When you try to verify your site with Google Webmaster Tools, so that they will index your sitemap, you get the error:</p>
<blockquote><p>
Verification status: NOT VERIFIED<br />
We&#8217;ve detected that your 404 (file not found) error page returns a status of 200 (Success) in the header.
</p></blockquote>
<p><strong>Solution:</strong><br />
When Google checks your 404 page, it expects to get a 404 response.  If you have an actual page there, such as your home page, it will get a 200 (Success) response, and fail.  So, you need a real 404 page, and it needs to send a 404 response.  Here is how to set that up.</p>
<ol>
<li>Create an actual 404, page not found document, as opposed to using your home page.  This can be a simple HTML page, named something like 404.html, which tells the user that the page they requested cannot be found.<br />
<blockquote><p>
404 Page Examples: <a href="http://www.smashingmagazine.com/2009/01/29/404-error-pages-one-more-time/" target="_blank">Examples from SmashingMagazine.com</a>
</p></blockquote>
</li>
<li>At the top of the 404 page, add the following code:<br />
<blockquote><p>
&lt;?php<br />
header(&#8221;HTTP/1.0 404 Not Found&#8221;);<br />
?&gt;
</p></blockquote>
</li>
<li>Login to your GoTryTHIS dashboard, go to the &#8220;Management&#8221; page, &#8220;Domains&#8221; tab, select the domain, and in the settings change the error document to point to the page you created in step 1.</li>
]]></content:encoded>
			<wfw:commentRss>http://www.gotrythis.com/help/tech-support/404-stopped/google-webmaster-tools-and-404-returns-200-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tell me about 404 pages and ErrorDocuments</title>
		<link>http://www.gotrythis.com/help/tech-support/404-stopped/tell-me-about-404-pages-and-errordocuments/</link>
		<comments>http://www.gotrythis.com/help/tech-support/404-stopped/tell-me-about-404-pages-and-errordocuments/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 17:16:03 +0000</pubDate>
		<dc:creator>John Reel</dc:creator>
				<category><![CDATA[404 not working?]]></category>

		<guid isPermaLink="false">http://www.gotrythis.com/blog2/?p=123</guid>
		<description><![CDATA[<p>The error page is a standard part of any web site, also known as a 404 error document. (...)]]></description>
			<content:encoded><![CDATA[<p>The error page is a standard part of any web site, also known as a 404 error document.  When someone goes to a page that doesn&#8217;t exist they are redirected to the 404 error page, which says the pages doesn&#8217;t exist.  Some people redirect them to a better page, such as a list of top pages on their site, or their home page.  </p>
<p>GoTryTHIS redirects 404 page not found errors through your ErrorDocument directive in the .htaccess file, and then through GoTryTHIS to your real error page. It sets this up for you automatically during the setup and you can change your error document later from the domain settings within the GoTryTHIS dashboard.</p>
<p>If you aren&#8217;t using a custom error document, just put in your home page URL when setting up the domain for GoTryTHIS.</p>
<p>There is a section in the Setup Guide called, &#8220;Error Documents, 404s, and WordPress Conflicts&#8221;, which explains them in more detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gotrythis.com/help/tech-support/404-stopped/tell-me-about-404-pages-and-errordocuments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
