<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for HTAccess and WordPress</title>
	<atom:link href="http://htaccess.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://htaccess.wordpress.com</link>
	<description>My virtual notepad while surfing</description>
	<lastBuildDate>Fri, 26 Jun 2009 22:07:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Sending Correct Content-Type Headers with .htaccess by Pedro Cunha</title>
		<link>http://htaccess.wordpress.com/2008/07/16/sending-correct-content-type-headers-with-htaccess/#comment-426</link>
		<dc:creator>Pedro Cunha</dc:creator>
		<pubDate>Fri, 26 Jun 2009 22:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=49#comment-426</guid>
		<description>Thanks, that was exactly what I was looking for.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Thanks, that was exactly what I was looking for.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirecting Urls in .htaccess by Frank</title>
		<link>http://htaccess.wordpress.com/2008/09/15/redirecting-urls-in-htaccess/#comment-392</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sun, 14 Jun 2009 22:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=94#comment-392</guid>
		<description>Thank you! I looked forever to find these straightforward instructions. Amazing the convoluted code so many people want to advise for simple solutions.</description>
		<content:encoded><![CDATA[<p>Thank you! I looked forever to find these straightforward instructions. Amazing the convoluted code so many people want to advise for simple solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Online Tools for Generating .htaccess files by mitMixtrara</title>
		<link>http://htaccess.wordpress.com/2008/09/12/online-tools-for-generating-htaccess-files/#comment-304</link>
		<dc:creator>mitMixtrara</dc:creator>
		<pubDate>Wed, 20 May 2009 20:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=67#comment-304</guid>
		<description>Wonderful writing. I will definitely come back again soon!!</description>
		<content:encoded><![CDATA[<p>Wonderful writing. I will definitely come back again soon!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .htaccess Redirects for Affiliate Links by http://yoursite.com/recommends...</title>
		<link>http://htaccess.wordpress.com/2008/06/02/using-htaccess-redirects-for-affiliate-links/#comment-266</link>
		<dc:creator>http://yoursite.com/recommends...</dc:creator>
		<pubDate>Fri, 01 May 2009 10:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=37#comment-266</guid>
		<description>[...] folder does not actually need to exist.  Here is a blog post which goes into a bit more detail: Using .htaccess Redirects for Affiliate Links .htaccess  It&#039;s probably a good idea to add the &#039;/recommends&#039; folder to the robots.txt disallow [...]</description>
		<content:encoded><![CDATA[<p>[...] folder does not actually need to exist.  Here is a blog post which goes into a bit more detail: Using .htaccess Redirects for Affiliate Links .htaccess  It&#8217;s probably a good idea to add the &#8216;/recommends&#8217; folder to the robots.txt disallow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List of .htaccess Examples by .Htaccess Cheat Sheets &#38; Quick Reference Guides for .Htaccess Webmasters, Coders, Web developers &#38; Designers - Webmaster &#38; Web Design Tools Blog</title>
		<link>http://htaccess.wordpress.com/2009/03/04/list-of-htaccess-examples/#comment-217</link>
		<dc:creator>.Htaccess Cheat Sheets &#38; Quick Reference Guides for .Htaccess Webmasters, Coders, Web developers &#38; Designers - Webmaster &#38; Web Design Tools Blog</dc:creator>
		<pubDate>Sun, 29 Mar 2009 05:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=115#comment-217</guid>
		<description>[...] List of .htaccess examples [...]</description>
		<content:encoded><![CDATA[<p>[...] List of .htaccess examples [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirecting Urls in .htaccess by Two Socks</title>
		<link>http://htaccess.wordpress.com/2008/09/15/redirecting-urls-in-htaccess/#comment-206</link>
		<dc:creator>Two Socks</dc:creator>
		<pubDate>Wed, 18 Feb 2009 11:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=94#comment-206</guid>
		<description>Hmm this information is great, but I have encountered a problem. I am wanting to all traffic that comes to /index.htm to just appear as/ so I tried this but it doesn&#039;t work?


&lt;code&gt;RewriteEngine On
Options +FollowSymLinks
RewriteCond %{THE_REQUEST} ^[A-Z]{3, 9}\ /.*index\.htm\ HTTP/
RewriteRule ^index\.htm /$1 [R-301,L]&lt;/code&gt;


Sorry to be painful but is this correct?</description>
		<content:encoded><![CDATA[<p>Hmm this information is great, but I have encountered a problem. I am wanting to all traffic that comes to /index.htm to just appear as/ so I tried this but it doesn&#8217;t work?</p>
<p><code>RewriteEngine On<br />
Options +FollowSymLinks<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3, 9}\ /.*index\.htm\ HTTP/<br />
RewriteRule ^index\.htm /$1 [R-301,L]</code></p>
<p>Sorry to be painful but is this correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .htaccess Redirects for Affiliate Links by Johan</title>
		<link>http://htaccess.wordpress.com/2008/06/02/using-htaccess-redirects-for-affiliate-links/#comment-204</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Wed, 04 Feb 2009 23:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=37#comment-204</guid>
		<description>Don&#039;t for get to add the /go folder from your example to the robots.txt disallow list or you will end up with a bunch of empty pages in the search indexes and this may lead to penalties!</description>
		<content:encoded><![CDATA[<p>Don&#8217;t for get to add the /go folder from your example to the robots.txt disallow list or you will end up with a bunch of empty pages in the search indexes and this may lead to penalties!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirecting Urls in .htaccess by Jess</title>
		<link>http://htaccess.wordpress.com/2008/09/15/redirecting-urls-in-htaccess/#comment-202</link>
		<dc:creator>Jess</dc:creator>
		<pubDate>Thu, 29 Jan 2009 06:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=94#comment-202</guid>
		<description>Nice, very helpful.  Thanks!</description>
		<content:encoded><![CDATA[<p>Nice, very helpful.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Things to know about .htaccess before you dive in by Bookmarks about Htaccess</title>
		<link>http://htaccess.wordpress.com/2008/07/15/things-to-know-about-htaccess-first/#comment-201</link>
		<dc:creator>Bookmarks about Htaccess</dc:creator>
		<pubDate>Thu, 15 Jan 2009 21:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=48#comment-201</guid>
		<description>[...] - bookmarked by 2 members originally found by AevumMessor on 2008-12-21  Things to know about .htaccess before you dive in  http://htaccess.wordpress.com/2008/07/15/things-to-know-about-htaccess-first/ - bookmarked by 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; bookmarked by 2 members originally found by AevumMessor on 2008-12-21  Things to know about .htaccess before you dive in  <a href="http://htaccess.wordpress.com/2008/07/15/things-to-know-about-htaccess-first/" rel="nofollow">http://htaccess.wordpress.com/2008/07/15/things-to-know-about-htaccess-first/</a> &#8211; bookmarked by 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirecting Urls in .htaccess by Introspectre</title>
		<link>http://htaccess.wordpress.com/2008/09/15/redirecting-urls-in-htaccess/#comment-198</link>
		<dc:creator>Introspectre</dc:creator>
		<pubDate>Mon, 29 Dec 2008 10:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://htaccess.wordpress.com/?p=94#comment-198</guid>
		<description>Wow! Just the information I was looking for.. Thanks!</description>
		<content:encoded><![CDATA[<p>Wow! Just the information I was looking for.. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
