<?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: Canonical Web URLs using the Apache Rewrite Engine</title>
	<atom:link href="http://www.sheepdogit.com/2007/06/11/canonical-web-urls-apache-rewrite-engine-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sheepdogit.com/2007/06/11/canonical-web-urls-apache-rewrite-engine-2/</link>
	<description>Herding Penguins for over 5 years</description>
	<lastBuildDate>Fri, 09 Jul 2010 23:46:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keith</title>
		<link>http://www.sheepdogit.com/2007/06/11/canonical-web-urls-apache-rewrite-engine-2/comment-page-1/#comment-40</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Wed, 24 Sep 2008 18:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://bozziesfw.wordpress.com/2007/06/11/new/#comment-40</guid>
		<description>Too many slashes? I got this recipe to work by removing extraneous slashes, vis:

# Force &quot;example.com&quot; requests to &quot;www.example.com&quot;:
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTP_HOST} ^[^.]+\.(com&#124;edu&#124;net&#124;org)$ [NC]
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=permanent,L]

Cheers.</description>
		<content:encoded><![CDATA[<p>Too many slashes? I got this recipe to work by removing extraneous slashes, vis:</p>
<p># Force &#8220;example.com&#8221; requests to &#8220;www.example.com&#8221;:<br />
RewriteCond %{HTTP_HOST} !^www\. [NC]<br />
RewriteCond %{HTTP_HOST} ^[^.]+\.(com|edu|net|org)$ [NC]<br />
RewriteRule (.*) <a href="http://www.%" rel="nofollow">http://www.%</a>{HTTP_HOST}/$1 [R=permanent,L]</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
