<?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>Maverick Web Creations &#187; 301 redirect</title>
	<atom:link href="http://www.maverickwebcreations.com/tag/301-redirect/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maverickwebcreations.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 06:34:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Use 301 Redirects to Redirect a Domain</title>
		<link>http://www.maverickwebcreations.com/2009/11/27/how-to-use-301-redirects-to-redirect-a-domain.html</link>
		<comments>http://www.maverickwebcreations.com/2009/11/27/how-to-use-301-redirects-to-redirect-a-domain.html#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:05:52 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[301 redirect]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=1223</guid>
		<description><![CDATA[<p>A 301 redirect is a status code your web server recognises as a web page or link that has permanently moved to another location. To find out what Matt Cutts of Google thinks of 301 redirects, please check out the following web pages:</p>
<a href="http://searchengineland.com/googles-matt-cutts-talks-about-redirected-links-nofollowed-links-16867">Google’s Matt Cutts Talks About Redirected</a><p>&#8230; <a href="http://www.maverickwebcreations.com/2009/11/27/how-to-use-301-redirects-to-redirect-a-domain.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>A 301 redirect is a status code your web server recognises as a web page or link that has permanently moved to another location. To find out what Matt Cutts of Google thinks of 301 redirects, please check out the following web pages:</p>
<ul>
<li><a href="http://searchengineland.com/googles-matt-cutts-talks-about-redirected-links-nofollowed-links-16867">Google’s Matt Cutts Talks About Redirected Links &amp; Nofollowed Links</a></li>
<li><a href="http://www.seobook.com/archives/002394.shtml">How to Know if a 301 Redirect Counts</a></li>
</ul>
<p><strong>301 Redirect a Domain</strong></p>
<p>The simplest way to create 301 redirects for an entire web site would be to create .htaccess file with the command below and upload it to the public folder of your web site.</p>
<p><img class="alignnone size-medium wp-image-1224" title="301-redirect1" src="http://www.maverickwebcreations.com/wp-content/uploads/2009/11/301-redirect1-300x24.jpg" alt="How to Use 301 Redirects to Redirect a Domain" width="300" height="24" /></p>
<p>The &#8220;#&#8221; sign is a comment syntax for the .htaccess file. In my example, I was redirecting my old blog, VincentRich.com, to MaverickWebCreations.com. The slash (/) after &#8220;redirect 301&#8243; tells the Apache server to redirect all HTTP requests on VincentRich.com to MaverickWebCreations.com. Please note that the slash (/) behind the URL is very important! If you omit this, your redirects are going to be messed up.</p>
<p><strong>301 Redirect Web Pages</strong></p>
<p>Sometimes we want to redirect visitors to the new page on our new web site. If this is what you are trying to achieve, you need to enter 1 commands for every URL you wish to redirect.</p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2009/11/301-redirect3.jpg"><img class="alignnone size-medium wp-image-1226" title="301-redirect3" src="http://www.maverickwebcreations.com/wp-content/uploads/2009/11/301-redirect3-300x154.jpg" alt="How to Use 301 Redirects to Redirect a Domain" width="300" height="154" /></a></p>
<p>For my case, I decided that I wanted to redirect all my old blog posts to a specific blog post on MaverickWebCreations.com. The command for this is as follows:</p>
<p>redirect 301 /filename.html http://www.newdomain.com/filename.html</p>
<p>This would be a lot of work if you have a lot of URLs to redirect but it would be worth the trouble in the long run as you do not want to lose traffic.</p>
<p><strong>301 Redirect HTTP Codes on HTML Pages</strong></p>
<p>You may also do a 301 redirect on a HTML page as long as you include the HTTP status codes.</p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2009/11/301-redirect2.jpg"><img class="alignnone size-medium wp-image-1225" title="301-redirect2" src="http://www.maverickwebcreations.com/wp-content/uploads/2009/11/301-redirect2-300x79.jpg" alt="How to Use 301 Redirects to Redirect a Domain" width="300" height="79" /></a></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2009/11/301-redirect4.jpg"><img class="alignnone size-medium wp-image-1227" title="301-redirect4" src="http://www.maverickwebcreations.com/wp-content/uploads/2009/11/301-redirect4-300x42.jpg" alt="How to Use 301 Redirects to Redirect a Domain" width="300" height="42" /></a></p>
<p><a href="http://en.wikipedia.org/wiki/URL_redirection#HTTP_status_codes_3xx">Wikipedia</a> has a great article on how to do this. In fact, I created a file titled &#8220;index.html&#8221; for my old blog and included the 301 redirect status code at the top of the page to let the search engines know that my site has moved. However, this HTML page does not redirect visitors automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2009/11/27/how-to-use-301-redirects-to-redirect-a-domain.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
