<?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 Redirects for Apache Servers &#8211; Linux 301 Redirect Advice</title>
	<atom:link href="http://www.submitawebsite.com/blog/2009/07/301-redirects-for-apache-servers-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.submitawebsite.com/blog/2009/07/301-redirects-for-apache-servers-linux.html</link>
	<description>Web.com Search Agency&#039;s Blog about SEO, SEM and other Online Marketing topics</description>
	<lastBuildDate>Mon, 07 Feb 2011 14:43:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Web.com</title>
		<link>http://www.submitawebsite.com/blog/2009/07/301-redirects-for-apache-servers-linux.html/comment-page-1#comment-78</link>
		<dc:creator>Web.com</dc:creator>
		<pubDate>Tue, 18 Aug 2009 12:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.submitawebsite.com/blog/2009/07/301-redirects-for-apache-servers-linux-301-redirect-advice.html#comment-78</guid>
		<description>Hi Lorne and thanks for the comment. Yes it is frustrating when a hosting company has this limitation.&lt;br /&gt;&lt;br /&gt;If you are looking at doing 301 redirects within the same domain, you can implement the &quot;canonical link element&quot; which Matt Cutts has referred to as a mini 301 redirect. Again, that would only work if wanting to redirect a url to another url within the same domain. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Lorne and thanks for the comment. Yes it is frustrating when a hosting company has this limitation.</p>
<p>If you are looking at doing 301 redirects within the same domain, you can implement the &quot;canonical link element&quot; which Matt Cutts has referred to as a mini 301 redirect. Again, that would only work if wanting to redirect a url to another url within the same domain. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorne Pike</title>
		<link>http://www.submitawebsite.com/blog/2009/07/301-redirects-for-apache-servers-linux.html/comment-page-1#comment-79</link>
		<dc:creator>Lorne Pike</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.submitawebsite.com/blog/2009/07/301-redirects-for-apache-servers-linux-301-redirect-advice.html#comment-79</guid>
		<description>Sadly, redirection to a new url by using the .htaccess file is sometimes prevented by the host not enabling that capability, as you suggest in the post. In that regrettable situation, the host company will sometimes offer their own redirection service, but it will not deliver the SEO benefits of a proper 301 redirect. Fight hard, and hopefully they&#039;ll concede and enable the capability. But ultimately, the skills needed for this situation will probably be far greater than those needed for even the most complex coding. In the meantime, let&#039;s hope that such hosting companies will become less protective and more supportive.</description>
		<content:encoded><![CDATA[<p>Sadly, redirection to a new url by using the .htaccess file is sometimes prevented by the host not enabling that capability, as you suggest in the post. In that regrettable situation, the host company will sometimes offer their own redirection service, but it will not deliver the SEO benefits of a proper 301 redirect. Fight hard, and hopefully they&#39;ll concede and enable the capability. But ultimately, the skills needed for this situation will probably be far greater than those needed for even the most complex coding. In the meantime, let&#39;s hope that such hosting companies will become less protective and more supportive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.submitawebsite.com/blog/2009/07/301-redirects-for-apache-servers-linux.html/comment-page-1#comment-80</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.submitawebsite.com/blog/2009/07/301-redirects-for-apache-servers-linux-301-redirect-advice.html#comment-80</guid>
		<description>Here is something useful.&lt;br /&gt;&lt;br /&gt;This will run down the 3 criteria first, redirecting to a specific location.  If none of the first three are applicable, the user just gets redirected to the homepage of the new site&lt;br /&gt;&lt;br /&gt;Redirect 301 /page2.html http://www.newdomain.com/page2.html&lt;br /&gt;Redirect 301 /any_dir http://www.newdomain.com/any_dir&lt;br /&gt;Redirect 301 /pic.jpg http://www.newdomain.com/pic.jpg&lt;br /&gt;RedirectMatch (.*) http://www.newdomain.com</description>
		<content:encoded><![CDATA[<p>Here is something useful.</p>
<p>This will run down the 3 criteria first, redirecting to a specific location.  If none of the first three are applicable, the user just gets redirected to the homepage of the new site</p>
<p>Redirect 301 /page2.html <a href="http://www.newdomain.com/page2.html" rel="nofollow">http://www.newdomain.com/page2.html</a><br />Redirect 301 /any_dir <a href="http://www.newdomain.com/any_dir" rel="nofollow">http://www.newdomain.com/any_dir</a><br />Redirect 301 /pic.jpg <a href="http://www.newdomain.com/pic.jpg" rel="nofollow">http://www.newdomain.com/pic.jpg</a><br />RedirectMatch (.*) <a href="http://www.newdomain.com" rel="nofollow">http://www.newdomain.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

