<?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: How to redirect all your pages from www to root domain using ruby on rails</title>
	<atom:link href="http://aymeric.gaurat.net/2010/how-to-redirect-all-your-pages-from-www-to-root-domain-using-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://aymeric.gaurat.net/2010/how-to-redirect-all-your-pages-from-www-to-root-domain-using-ruby-on-rails/</link>
	<description>On building profitable web applications</description>
	<lastBuildDate>Sun, 20 May 2012 23:23:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Macek</title>
		<link>http://aymeric.gaurat.net/2010/how-to-redirect-all-your-pages-from-www-to-root-domain-using-ruby-on-rails/comment-page-1/#comment-1477</link>
		<dc:creator>Macek</dc:creator>
		<pubDate>Wed, 03 Nov 2010 05:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://aymeric.gaurat.net/index.php/2010/how-to-redirect-all-your-pages-from-www-to-root-domain-using-ruby-on-rails/#comment-1477</guid>
		<description>Aymeric, I ran into this issue with Heroku as well and I wasn&#039;t happy adding `before_filter` in my ApplicationController.

See my write-up here: http://pmacek.blogspot.com/2010/11/redirect-without-www-with-rack-and.html

Cheers.</description>
		<content:encoded><![CDATA[<p>Aymeric, I ran into this issue with Heroku as well and I wasn&#8217;t happy adding `before_filter` in my ApplicationController.</p>
<p>See my write-up here: <a href="http://pmacek.blogspot.com/2010/11/redirect-without-www-with-rack-and.html" rel="nofollow">http://pmacek.blogspot.com/2010/11/redirect-without-www-with-rack-and.html</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aymeric</title>
		<link>http://aymeric.gaurat.net/2010/how-to-redirect-all-your-pages-from-www-to-root-domain-using-ruby-on-rails/comment-page-1/#comment-1407</link>
		<dc:creator>Aymeric</dc:creator>
		<pubDate>Fri, 06 Aug 2010 22:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://aymeric.gaurat.net/index.php/2010/how-to-redirect-all-your-pages-from-www-to-root-domain-using-ruby-on-rails/#comment-1407</guid>
		<description>Thanks for the tip. Unfortunately, I am using Heroku which I don&#039;t think will allow me change the rewrite rules.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Unfortunately, I am using Heroku which I don&#8217;t think will allow me change the rewrite rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam G</title>
		<link>http://aymeric.gaurat.net/2010/how-to-redirect-all-your-pages-from-www-to-root-domain-using-ruby-on-rails/comment-page-1/#comment-1404</link>
		<dc:creator>Sam G</dc:creator>
		<pubDate>Fri, 06 Aug 2010 16:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://aymeric.gaurat.net/index.php/2010/how-to-redirect-all-your-pages-from-www-to-root-domain-using-ruby-on-rails/#comment-1404</guid>
		<description>There&#039;s an even easier way to do this if your&#039;e using nginx. You can remove the before filter and speed up your rails app. 

http://nginx.org/en/docs/http/converting_rewrite_rules.html</description>
		<content:encoded><![CDATA[<p>There&#8217;s an even easier way to do this if your&#8217;e using nginx. You can remove the before filter and speed up your rails app. </p>
<p><a href="http://nginx.org/en/docs/http/converting_rewrite_rules.html" rel="nofollow">http://nginx.org/en/docs/http/converting_rewrite_rules.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

