<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 301 Redirect For SEO</title>
	<atom:link href="http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 19:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kevin Blumer</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-30003</link>
		<dc:creator>Kevin Blumer</dc:creator>
		<pubDate>Wed, 28 Dec 2011 00:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-30003</guid>
		<description>I think SEO wise it takes a little time for redirects to come in force and the more you use them the less likely they are to work and have less power each time you use a redirect  try to think with SEO as a project that starts at the beggining rather than the end in respoce to above i would use old style robots.txt</description>
		<content:encoded><![CDATA[<p>I think SEO wise it takes a little time for redirects to come in force and the more you use them the less likely they are to work and have less power each time you use a redirect  try to think with SEO as a project that starts at the beggining rather than the end in respoce to above i would use old style robots.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 411 New York</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-26929</link>
		<dc:creator>411 New York</dc:creator>
		<pubDate>Sat, 12 Jun 2010 04:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-26929</guid>
		<description>WordPress is in a &quot;/guide/&quot; folder and has its own htaccess file. 
 
# BEGIN WordPress 
 
RewriteEngine On 
RewriteBase /guide/ 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule . /guide/index.php [L] 
 
# END WordPress 
 
The root &quot;/&quot; has a htaccess file of it own that tells the .com, .us and ,net alias url to redirect to the .org url. 
 
# [ CP Global Redirection ] 
 
RewriteEngine On 
RewriteCond %{HTTP_HOST} !^example.org$ [NC] 
RewriteRule ^(.*)$ &lt;a href=&quot;http://example.org/$1&quot; rel=&quot;nofollow&quot;&gt;http://example.org/$1&lt;/a&gt; [L,R=301] 
 
# [ CP Global Redirection ] 
 
# [ CP Global ErrorDocument ] 
ErrorDocument 403 / 
ErrorDocument 404 / 
# [ CP Global ErrorDocument ] 
 
 
Every subfolder works correctly except for the &quot;/guide/&quot; due to htaccess. 
Any change I try causes HTTP 500 errors. </description>
		<content:encoded><![CDATA[<p>WordPress is in a &#8220;/guide/&#8221; folder and has its own htaccess file.</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On</p>
<p>RewriteBase /guide/</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f</p>
<p>RewriteCond %{REQUEST_FILENAME} !-d</p>
<p>RewriteRule . /guide/index.php [L]</p>
<p># END WordPress</p>
<p>The root &#8220;/&#8221; has a htaccess file of it own that tells the .com, .us and ,net alias url to redirect to the .org url.</p>
<p># [ CP Global Redirection ]</p>
<p>RewriteEngine On</p>
<p>RewriteCond %{HTTP_HOST} !^example.org$ [NC]</p>
<p>RewriteRule ^(.*)$ <a href="http://example.org/$1" rel="nofollow">http://example.org/$1</a> [L,R=301]</p>
<p># [ CP Global Redirection ]</p>
<p># [ CP Global ErrorDocument ]</p>
<p>ErrorDocument 403 /</p>
<p>ErrorDocument 404 /</p>
<p># [ CP Global ErrorDocument ]</p>
<p>Every subfolder works correctly except for the &#8220;/guide/&#8221; due to htaccess.</p>
<p>Any change I try causes HTTP 500 errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zacheos</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-25709</link>
		<dc:creator>zacheos</dc:creator>
		<pubDate>Wed, 03 Jun 2009 19:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-25709</guid>
		<description>I am not sure I understand your question actually. Can you explain more?</description>
		<content:encoded><![CDATA[<p>I am not sure I understand your question actually. Can you explain more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 411 New York</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-25708</link>
		<dc:creator>411 New York</dc:creator>
		<pubDate>Wed, 03 Jun 2009 18:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-25708</guid>
		<description>You were right. :) Thanks again for your wisdom.

Curently, we are working to correct an error that we are getting on alias domains. A guess is the .htaccess file in the root is the culprit and may have to add customize .htaccess file in folders that needs redirecting then remove the one in root.

Any opinions?

&lt;abbr&gt;&lt;em&gt;411 New Yorkâ€™s last blog post... &lt;a href=&quot;http://nysgo.com/forums/newyork/index.php?showtopic=29349&quot; rel=&quot;nofollow&quot;&gt;LAWYER ACCUSED OF FORGING JUDGE&#039;S SIGNATURE IN REAL-ESTATE SCAM&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>You were right. <img src='http://www.zachgraeve.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks again for your wisdom.</p>
<p>Curently, we are working to correct an error that we are getting on alias domains. A guess is the .htaccess file in the root is the culprit and may have to add customize .htaccess file in folders that needs redirecting then remove the one in root.</p>
<p>Any opinions?</p>
<p><abbr><em>411 New Yorkâ€™s last blog post&#8230; <a href="http://nysgo.com/forums/newyork/index.php?showtopic=29349" rel="nofollow">LAWYER ACCUSED OF FORGING JUDGE&#8217;S SIGNATURE IN REAL-ESTATE SCAM</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zacheos</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-24754</link>
		<dc:creator>zacheos</dc:creator>
		<pubDate>Mon, 03 Nov 2008 13:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-24754</guid>
		<description>If you have properly set up a 301 redirect from the old location of the forum to the new location, then a robots.txt file is not needed at the old address. This is because the htaccess file will be the first thing hit and it will instruct that all visits/spiders move to the new location before seeing anything else. So you will only need a robots.txt file in the new location.</description>
		<content:encoded><![CDATA[<p>If you have properly set up a 301 redirect from the old location of the forum to the new location, then a robots.txt file is not needed at the old address. This is because the htaccess file will be the first thing hit and it will instruct that all visits/spiders move to the new location before seeing anything else. So you will only need a robots.txt file in the new location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 411 New York</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-24738</link>
		<dc:creator>411 New York</dc:creator>
		<pubDate>Mon, 03 Nov 2008 02:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-24738</guid>
		<description>The &#039;Redirect Checker&#039; was helpful. We moved a forum from http://newyorkforum.us to http://411newyork.org/forum/ so our custom google search has to only work one site. In the long run, all we will have it one domian to maintain which will cit cost.

Question. How should a robot.txt file be configured on the old site? Should thee be one at all?</description>
		<content:encoded><![CDATA[<p>The &#8216;Redirect Checker&#8217; was helpful. We moved a forum from <a href="http://newyorkforum.us" rel="nofollow">http://newyorkforum.us</a> to <a href="http://411newyork.org/forum/" rel="nofollow">http://411newyork.org/forum/</a> so our custom google search has to only work one site. In the long run, all we will have it one domian to maintain which will cit cost.</p>
<p>Question. How should a robot.txt file be configured on the old site? Should thee be one at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pipe Ten Web Hosting Resource &#187; Blog Archive &#187; .htaccess cheat sheet</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-24728</link>
		<dc:creator>Pipe Ten Web Hosting Resource &#187; Blog Archive &#187; .htaccess cheat sheet</dc:creator>
		<pubDate>Sun, 02 Nov 2008 16:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-24728</guid>
		<description>[...] in part from Zach Graeves blog, there&#8217;s also a good post on 301 redirects for SEO covering code-level redirects in different web [...]</description>
		<content:encoded><![CDATA[<p>[...] in part from Zach Graeves blog, there&#8217;s also a good post on 301 redirects for SEO covering code-level redirects in different web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: htaccess Cheatsheet</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-24673</link>
		<dc:creator>htaccess Cheatsheet</dc:creator>
		<pubDate>Thu, 30 Oct 2008 02:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-24673</guid>
		<description>[...] I have also written a post on the use of 301 Redirects for SEO [...]</description>
		<content:encoded><![CDATA[<p>[...] I have also written a post on the use of 301 Redirects for SEO [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zach</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-267</link>
		<dc:creator>zach</dc:creator>
		<pubDate>Fri, 12 Jan 2007 03:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-267</guid>
		<description>No..  There really is no way to do this.  Even if you found a way, you would run the risk of loosing your account.</description>
		<content:encoded><![CDATA[<p>No..  There really is no way to do this.  Even if you found a way, you would run the risk of loosing your account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/comment-page-1/#comment-147</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 14 Dec 2006 06:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/10/08/301-redirect-for-seo/#comment-147</guid>
		<description>Is there anyway to redirect my myspace page to a different homepage?</description>
		<content:encoded><![CDATA[<p>Is there anyway to redirect my myspace page to a different homepage?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

