<?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>Flav36rs &#187; cpanel</title>
	<atom:link href="http://flav36rs.com/tag/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://flav36rs.com</link>
	<description>Just another technical blog</description>
	<lastBuildDate>Mon, 12 Sep 2011 16:56:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Changed domain? Help Google and save Page Rank</title>
		<link>http://flav36rs.com/2009/10/03/changed-domain-help-google-and-save-page-rank/</link>
		<comments>http://flav36rs.com/2009/10/03/changed-domain-help-google-and-save-page-rank/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:40:31 +0000</pubDate>
		<dc:creator>Steve</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 &#8230; <a href="http://flav36rs.com/2009/10/03/changed-domain-help-google-and-save-page-rank/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>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>
<pre lang="bash" escaped="true">RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?sha.re.it$
RewriteRule ^.* "http://36flavours.com/$0" [R=301,L]</pre>
<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://flav36rs.com/2009/10/03/changed-domain-help-google-and-save-page-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

