<?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>36Flavours.com &#187; 301</title>
	<atom:link href="http://36flavours.com/tag/301/feed/" rel="self" type="application/rss+xml" />
	<link>http://36flavours.com</link>
	<description>A taste of something different...</description>
	<lastBuildDate>Mon, 09 Aug 2010 18:20:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Changed domain? Help Google and save Page Rank</title>
		<link>http://36flavours.com/2009/10/changed-domain-help-google-and-save-page-rank/</link>
		<comments>http://36flavours.com/2009/10/changed-domain-help-google-and-save-page-rank/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:40:31 +0000</pubDate>
		<dc:creator>Steve Whiteley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://36flavours.com/?p=405</guid>
		<description><![CDATA[I recently changed my blog domain from sha.re.it to 36flavours.com and wanted to try and preserve my Google Page Rank with help from their Webmaster Tools, which provides a Change of Address tool. This tool tells Google that it&#8217;s the same site, just a new domain. Unfortunately for me, they don&#8217;t recognise &#8220;.re.it&#8221; as a [...]]]></description>
			<content:encoded><![CDATA[<p class="first">I recently changed my blog domain from sha.re.it to 36flavours.com and wanted to try and preserve my Google Page Rank with help from their <a href="http://www.google.com/support/webmasters/" target="_blank">Webmaster Tools</a>, which provides a Change of Address tool.</p>
<p>This tool tells Google that it&#8217;s the same site, just a new domain. Unfortunately for me, they don&#8217;t recognise &#8220;.re.it&#8221; as a root level domain, so was unable to make use of this feature.<span id="more-405"></span></p>
<p>Instead I have to rely on a <strong>301 redirect</strong>. If, like me, you&#8217;re using <strong>cPanel</strong> and have the old domain as a parked domain it will not issue a 301 header, however you can override this in your .htaccess file.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">RewriteEngine On
RewriteCond <span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>HTTP_HOST<span style="color: #7a0874; font-weight: bold;">&#125;</span> ^<span style="color: #7a0874; font-weight: bold;">&#40;</span>www\.<span style="color: #7a0874; font-weight: bold;">&#41;</span>?sha.re.it$
RewriteRule ^.<span style="color: #000000; font-weight: bold;">*</span> <span style="color: #ff0000;">&quot;http\:\/\/36flavours\.com\/$0&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #007800;">R</span>=<span style="color: #000000;">301</span>,L<span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></div></div>

<p>Here we check to see if the domain is <em>sha.re.it</em><strong> </strong>or <em>www.sha.re.it</em> and if so, redirect to <em>http://36flavours.com</em> with the <strong>301 header</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://36flavours.com/2009/10/changed-domain-help-google-and-save-page-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
