<?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: Redirect www to non-www with .htaccess</title>
	<atom:link href="http://andyisaacson.com/redirect-www-to-non-www-with-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://andyisaacson.com/redirect-www-to-non-www-with-htaccess/</link>
	<description>Internet Marketer, Forum Builder and Web Designer</description>
	<lastBuildDate>Sat, 28 Aug 2010 08:19:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dean Isaacson</title>
		<link>http://andyisaacson.com/redirect-www-to-non-www-with-htaccess/comment-page-1/#comment-140</link>
		<dc:creator>Dean Isaacson</dc:creator>
		<pubDate>Sat, 07 Mar 2009 22:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.andyisaacson.com/?p=264#comment-140</guid>
		<description>hey - it cut off part of the code: 

between options and rewrite is the ifModule mod_rewrite.c and at the end is the end IfModule (/).</description>
		<content:encoded><![CDATA[<p>hey &#8211; it cut off part of the code: </p>
<p>between options and rewrite is the ifModule mod_rewrite.c and at the end is the end IfModule (/).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Isaacson</title>
		<link>http://andyisaacson.com/redirect-www-to-non-www-with-htaccess/comment-page-1/#comment-139</link>
		<dc:creator>Dean Isaacson</dc:creator>
		<pubDate>Sat, 07 Mar 2009 22:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.andyisaacson.com/?p=264#comment-139</guid>
		<description>You looked everywhere but forgot to ask your dad. Here is a transportable unit, requires no change from site to site:

Options +FollowSymLinks


RewriteEngine on

RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^(.*)$ http://%{SERVER_NAME}/$1 [R=301,L]

</description>
		<content:encoded><![CDATA[<p>You looked everywhere but forgot to ask your dad. Here is a transportable unit, requires no change from site to site:</p>
<p>Options +FollowSymLinks</p>
<p>RewriteEngine on</p>
<p>RewriteCond %{HTTP_HOST} ^www\. [NC]<br />
RewriteRule ^(.*)$ <a href="http://%" rel="nofollow">http://%</a>{SERVER_NAME}/$1 [R=301,L]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
