<?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: Serving website with and wihout &#8220;www&#8221; prefix</title>
	<atom:link href="http://www.devhands.com/2008/09/serving-website-with-and-wihout-www-prefix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devhands.com/2008/09/serving-website-with-and-wihout-www-prefix/</link>
	<description>Inspired by consistent circumstances</description>
	<lastBuildDate>Tue, 08 Nov 2011 16:04:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: hachik</title>
		<link>http://www.devhands.com/2008/09/serving-website-with-and-wihout-www-prefix/comment-page-1/#comment-5345</link>
		<dc:creator>hachik</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.devhands.com/?p=26#comment-5345</guid>
		<description>I use for apache 1.3 following rewrite condition:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}$1 [R=301,L]</description>
		<content:encoded><![CDATA[<p>I use for apache 1.3 following rewrite condition:</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} !^www\.(.*)$ [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.%" rel="nofollow">http://www.%</a>{HTTP_HOST}$1 [R=301,L]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

