<?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: Redirection</title>
	<atom:link href="http://www.yes-www.org/redirection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yes-www.org</link>
	<description>really</description>
	<lastBuildDate>Sat, 07 Aug 2010 00:07:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Benjamin Donald-Wilson</title>
		<link>http://www.yes-www.org/redirection/comment-page-1/#comment-1279</link>
		<dc:creator>Benjamin Donald-Wilson</dc:creator>
		<pubDate>Wed, 30 Jun 2010 23:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.yes-www.org/redirection/#comment-1279</guid>
		<description>I have used this and it&#039;s great.
&lt;strike&gt;I have used no-www.org .htaccess file and it&#039;s great too!&lt;/strike&gt;</description>
		<content:encoded><![CDATA[<p>I have used this and it&#8217;s great.<br />
<strike>I have used no-www.org .htaccess file and it&#8217;s great too!</strike></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheCosmonaut</title>
		<link>http://www.yes-www.org/redirection/comment-page-1/#comment-1250</link>
		<dc:creator>TheCosmonaut</dc:creator>
		<pubDate>Fri, 30 Apr 2010 17:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.yes-www.org/redirection/#comment-1250</guid>
		<description>I&#039;m running into a strange thing with this: the code above works fine in all instances EXCEPT if I click a non-www link in Gmail... any ideas what might be causing that?</description>
		<content:encoded><![CDATA[<p>I&#8217;m running into a strange thing with this: the code above works fine in all instances EXCEPT if I click a non-www link in Gmail&#8230; any ideas what might be causing that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grmbl</title>
		<link>http://www.yes-www.org/redirection/comment-page-1/#comment-1241</link>
		<dc:creator>grmbl</dc:creator>
		<pubDate>Wed, 07 Apr 2010 10:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.yes-www.org/redirection/#comment-1241</guid>
		<description>RewriteEngine On
        RewriteCond %{HTTP_HOST} !^www\. [NC]
        RewriteRule ^(.*)$ http://www.%{HTTP_HOST}$1 [R=301,L]</description>
		<content:encoded><![CDATA[<p>RewriteEngine On<br />
        RewriteCond %{HTTP_HOST} !^www\. [NC]<br />
        RewriteRule ^(.*)$ <a href="http://www.%">http://www.%</a>{HTTP_HOST}$1 [R=301,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http implies www</title>
		<link>http://www.yes-www.org/redirection/comment-page-1/#comment-1179</link>
		<dc:creator>http implies www</dc:creator>
		<pubDate>Sat, 16 Aug 2008 11:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.yes-www.org/redirection/#comment-1179</guid>
		<description>RewriteEngine On
RewriteCond %{HTTP_HOST} ^www [NC]
RewriteRule ^(.*)$ http://no-www.org [R=301,L]


Though I&#039;ll usually redirect requests for the pointless www cname to a re-education document, cookie them, show it only once (or twice), and silently redirect them to the correct domain

:]


Please update your &#039;history&#039; to include the oft used, but now similarly deprecated, &quot;web.domain.tld&quot;</description>
		<content:encoded><![CDATA[<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^www [NC]<br />
RewriteRule ^(.*)$ <a href="http://no-www.org">http://no-www.org</a> [R=301,L]</p>
<p>Though I&#8217;ll usually redirect requests for the pointless www cname to a re-education document, cookie them, show it only once (or twice), and silently redirect them to the correct domain</p>
<p>:]</p>
<p>Please update your &#8216;history&#8217; to include the oft used, but now similarly deprecated, &#8220;web.domain.tld&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HB</title>
		<link>http://www.yes-www.org/redirection/comment-page-1/#comment-1167</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Thu, 12 Jun 2008 06:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.yes-www.org/redirection/#comment-1167</guid>
		<description>I&#039;m making a site that will definitely benefit from an identifier for the &quot;main&quot; site, since people can sign up for their-user-name.mydomain.com, and your script works like a charm when it comes to disambiguation. Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m making a site that will definitely benefit from an identifier for the &#8220;main&#8221; site, since people can sign up for their-user-name.mydomain.com, and your script works like a charm when it comes to disambiguation. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joseph</title>
		<link>http://www.yes-www.org/redirection/comment-page-1/#comment-1163</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Mon, 21 Apr 2008 11:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yes-www.org/redirection/#comment-1163</guid>
		<description>I&#039;m a die-hard anti-www guy, but I &lt;i&gt;had&lt;/i&gt; to use your version for the site I&#039;ve linked to, for some vague flash-related reason. The non-www version just wouldn&#039;t work...
Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a die-hard anti-www guy, but I <i>had</i> to use your version for the site I&#8217;ve linked to, for some vague flash-related reason. The non-www version just wouldn&#8217;t work&#8230;<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.yes-www.org/redirection/comment-page-1/#comment-36</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Wed, 22 Mar 2006 23:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.yes-www.org/redirection/#comment-36</guid>
		<description>I tried putting the data you have above into an .htaccess file, but it didn&#039;t do anything that I could see.  Are there any specific AllowOverride options that you have to specify in the configuration file for it to work?

Thanks!</description>
		<content:encoded><![CDATA[<p>I tried putting the data you have above into an .htaccess file, but it didn&#8217;t do anything that I could see.  Are there any specific AllowOverride options that you have to specify in the configuration file for it to work?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maniquí</title>
		<link>http://www.yes-www.org/redirection/comment-page-1/#comment-34</link>
		<dc:creator>Maniquí</dc:creator>
		<pubDate>Thu, 16 Feb 2006 23:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.yes-www.org/redirection/#comment-34</guid>
		<description>Hi!
thanks for this tip!
I was having some problems wit the &lt;a href=&quot;http://dean.edwards.name/IE7/&quot; rel=&quot;nofollow&quot;&gt;Dean Edward&#039;s IE7 script&lt;/a&gt; when visitors didnt access thru the &quot;www&quot; url.

So  I set thos rules for rewriting the URL and voila! problem fixed...

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi!<br />
thanks for this tip!<br />
I was having some problems wit the <a href="http://dean.edwards.name/IE7/">Dean Edward&#8217;s IE7 script</a> when visitors didnt access thru the &#8220;www&#8221; url.</p>
<p>So  I set thos rules for rewriting the URL and voila! problem fixed&#8230;</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
