<?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"
	>
<channel>
	<title>Comments on: handy .htaccess settings I use in a row</title>
	<atom:link href="http://www.sharedknowhow.com/2008/04/handy-htaccess-settings-i-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharedknowhow.com/2008/04/handy-htaccess-settings-i-use/</link>
	<description>Howto: fix, find, use, make &#38; do it guide</description>
	<pubDate>Wed, 07 Jan 2009 13:22:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Thijs</title>
		<link>http://www.sharedknowhow.com/2008/04/handy-htaccess-settings-i-use/#comment-8</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Fri, 25 Apr 2008 09:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=6#comment-8</guid>
		<description>To redirect users entering the site at http://domainname.com to http://www.domainname.com you can use the following .htaccess rewrite rules:

RewriteCond %{HTTP_HOST} ^domainname\.com$ [NC]
RewriteRule ^(.*)$ http://www.domainname.com/$1 [L,R=301]</description>
		<content:encoded><![CDATA[<p>To redirect users entering the site at <a href="http://domainname.com" rel="nofollow">http://domainname.com</a> to <a href="http://www.domainname.com" rel="nofollow">http://www.domainname.com</a> you can use the following .htaccess rewrite rules:</p>
<p>RewriteCond %{HTTP_HOST} ^domainname\.com$ [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.domainname.com/1" rel="nofollow">http://www.domainname.com/1</a> [L,R=301]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
