<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Redirect old URLs in Rails</title>
	<atom:link href="http://trevorturk.wordpress.com/2007/02/15/redirect-old-urls-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorturk.wordpress.com/2007/02/15/redirect-old-urls-in-rails/</link>
	<description>A chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax.</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:56:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ynw</title>
		<link>http://trevorturk.wordpress.com/2007/02/15/redirect-old-urls-in-rails/#comment-555</link>
		<dc:creator><![CDATA[ynw]]></dc:creator>
		<pubDate>Tue, 28 Aug 2007 17:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.almosteffortless.com/2007/02/15/redirect-old-urls-in-rails/#comment-555</guid>
		<description><![CDATA[I would suggest to
 

 
def old_action
 
  headers[&quot;Status&quot;] = &quot;301 Moved Permanently&quot;
 
  redirect_to &quot;http://www.new-url.com/&quot;
 
end
 

 
It&#039;s more SEO friendly. ]]></description>
		<content:encoded><![CDATA[<p>I would suggest to</p>
<p>def old_action</p>
<p>  headers[&quot;Status&quot;] = &quot;301 Moved Permanently&quot;</p>
<p>  redirect_to &quot;<a href="http://www.new-url.com/&#038;quot" rel="nofollow">http://www.new-url.com/&#038;quot</a>;</p>
<p>end</p>
<p>It&#039;s more SEO friendly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

