<?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: FeedBurner htaccess voodoo with Wordpress 2</title>
	<atom:link href="http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/</link>
	<description>Share what you know, Learn what you don't.  This is the evolution of one Afrikan.</description>
	<pubDate>Fri, 09 Jan 2009 23:11:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ajay</title>
		<link>http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/#comment-75205</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Fri, 16 Mar 2007 17:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/#comment-75205</guid>
		<description>Why the need for so many rules? Can you explain this in detail?

I implemented the redirect with much lesser rules. Check out &lt;a href="http://ajaydsouza.com/archives/2006/08/04/how-to-use-htaccess-to-redirect-your-blog-feed-to-your-feedburner-feed/" rel="nofollow"&gt;my post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Why the need for so many rules? Can you explain this in detail?</p>
<p>I implemented the redirect with much lesser rules. Check out <a href="http://ajaydsouza.com/archives/2006/08/04/how-to-use-htaccess-to-redirect-your-blog-feed-to-your-feedburner-feed/" rel="nofollow">my post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/#comment-67784</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Thu, 01 Feb 2007 02:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/#comment-67784</guid>
		<description>I just stumbled across this and it's what I need. However, I have set up an individual feed for each category on my site because my site covers so many topics that no few people want to read it all. Using your code points all the feeds to my main feedburner feed.

I'd like to point my full site feed to my feedburner feed and set up a few category feeds to point to their corresponding feedburner feeds. The remaining feeds shouldn't point anywhere except to themselves.

I don't know a thing about .htaccess. Can you either point me to a plain English document that'll help or tell me how to modify your code above to solve my problem?

Any assistance is greatly appreciated. Thanks!</description>
		<content:encoded><![CDATA[<p>I just stumbled across this and it&#8217;s what I need. However, I have set up an individual feed for each category on my site because my site covers so many topics that no few people want to read it all. Using your code points all the feeds to my main feedburner feed.</p>
<p>I&#8217;d like to point my full site feed to my feedburner feed and set up a few category feeds to point to their corresponding feedburner feeds. The remaining feeds shouldn&#8217;t point anywhere except to themselves.</p>
<p>I don&#8217;t know a thing about .htaccess. Can you either point me to a plain English document that&#8217;ll help or tell me how to modify your code above to solve my problem?</p>
<p>Any assistance is greatly appreciated. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Knight</title>
		<link>http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/#comment-8587</link>
		<dc:creator>Gareth Knight</dc:creator>
		<pubDate>Thu, 20 Apr 2006 09:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/#comment-8587</guid>
		<description>Hey Jason

Ahuh!  You caught me out ;-)  The Tiger Admin plugin is really great ;-)

I did have a loot at Steve's feedburner plugin, but in the end opted to do it server side before WP even smells it, just 'cos I prefer it that way.  Steve mentioned that "... instead of making the edits to the core WordPress files, I decided to make it a plugin ..." - using htaccess means that whatever theme you use, you don't need to do any code edits anywhere, you don't need the plugin processing overhead (not that that's an issue really), and if you're really lazy you don't even need to write a plugin ;-)

The other bonus with htaccess is that you can do a permanent redirect at server side, which is cool 'cos with most feed readers it will upfate their feed locations...

Anyways, just my way of doing it, not necessarily the absolute or best way of doing it ;-)</description>
		<content:encoded><![CDATA[<p>Hey Jason</p>
<p>Ahuh!  You caught me out <img src='http://www.oneafrikan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  The Tiger Admin plugin is really great <img src='http://www.oneafrikan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
I did have a loot at Steve&#8217;s feedburner plugin, but in the end opted to do it server side before WP even smells it, just &#8216;cos I prefer it that way.  Steve mentioned that &#8220;&#8230; instead of making the edits to the core WordPress files, I decided to make it a plugin &#8230;&#8221; - using htaccess means that whatever theme you use, you don&#8217;t need to do any code edits anywhere, you don&#8217;t need the plugin processing overhead (not that that&#8217;s an issue really), and if you&#8217;re really lazy you don&#8217;t even need to write a plugin <img src='http://www.oneafrikan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
The other bonus with htaccess is that you can do a permanent redirect at server side, which is cool &#8216;cos with most feed readers it will upfate their feed locations&#8230;</p>
<p>Anyways, just my way of doing it, not necessarily the absolute or best way of doing it <img src='http://www.oneafrikan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBagley</title>
		<link>http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/#comment-8586</link>
		<dc:creator>JBagley</dc:creator>
		<pubDate>Thu, 20 Apr 2006 06:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.oneafrikan.com/archives/2006/04/19/feedburner-htaccess-voodoo-with-wordpress-2/#comment-8586</guid>
		<description>Youre using Steve Smith's WP-admin skin, but don't know about his Feedburner plugin?! Shame on you.... :-)

http://orderedlist.com/articles/wordpress-feedburner-plugin/

Redirect's all your WP RSS feeds to Feedburner.</description>
		<content:encoded><![CDATA[<p>Youre using Steve Smith&#8217;s WP-admin skin, but don&#8217;t know about his Feedburner plugin?! Shame on you&#8230;. <img src='http://www.oneafrikan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://orderedlist.com/articles/wordpress-feedburner-plugin/" rel="nofollow">http://orderedlist.com/articles/wordpress-feedburner-plugin/</a></p>
<p>Redirect&#8217;s all your WP RSS feeds to Feedburner.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
