<?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: HOWTO use FeedBurner without giving up control</title>
	<atom:link href="http://www.mundell.org/2005/03/26/216/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mundell.org/2005/03/26/216/</link>
	<description>A little of this, a little of that</description>
	<lastBuildDate>Tue, 29 Jul 2008 16:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nathan</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-109</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 06 Jun 2005 19:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-109</guid>
		<description>I think I found a simple work-around to RWT&#039;s problem.

My host uses Apache 1.3.33. I made a redirect in cpanel from /wp-rss2.php to my feedburner feed.

To avoid feedburner getting caught up by the redirect, I just pointed  it to http://www.mysite.com/?feed=rss2

Seems to be working like a charm. 

Here&#039;s what cpanel inserted into my .htaccess: 
RedirectMatch temp ^/wp-rss2.php$ http://feeds.feedburner.com/insertfeedname</description>
		<content:encoded><![CDATA[<p>I think I found a simple work-around to RWT&#8217;s problem.</p>
<p>My host uses Apache 1.3.33. I made a redirect in cpanel from /wp-rss2.php to my feedburner feed.</p>
<p>To avoid feedburner getting caught up by the redirect, I just pointed  it to <a href="http://www.mysite.com/?feed=rss2" rel="nofollow">http://www.mysite.com/?feed=rss2</a></p>
<p>Seems to be working like a charm. </p>
<p>Here&#8217;s what cpanel inserted into my .htaccess:<br />
RedirectMatch temp ^/wp-rss2.php$ <a href="http://feeds.feedburner.com/insertfeedname" rel="nofollow">http://feeds.feedburner.com/insertfeedname</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mundell.org &#187; Not leaving well enough alone</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-104</link>
		<dc:creator>mundell.org &#187; Not leaving well enough alone</dc:creator>
		<pubDate>Thu, 02 Jun 2005 04:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-104</guid>
		<description>[...] ke it. 	I installed the FeedBurner plugin. I wish this had been available before I started messing around with my own redirect rules in .htaccess. This makes using FeedBurner with WordPress a snap. [...]</description>
		<content:encoded><![CDATA[<p>[...] ke it. 	I installed the FeedBurner plugin. I wish this had been available before I started messing around with my own redirect rules in .htaccess. This makes using FeedBurner with WordPress a snap. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RWT</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-95</link>
		<dc:creator>RWT</dc:creator>
		<pubDate>Fri, 20 May 2005 22:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-95</guid>
		<description>Yes they use mod_rewrite. Put the version of Apache is 1.3.33.  The non-index.php way of doing permalinks does not seem to work with any version of Apache under 2.0.</description>
		<content:encoded><![CDATA[<p>Yes they use mod_rewrite. Put the version of Apache is 1.3.33.  The non-index.php way of doing permalinks does not seem to work with any version of Apache under 2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carrick</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-94</link>
		<dc:creator>Carrick</dc:creator>
		<pubDate>Fri, 20 May 2005 22:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-94</guid>
		<description>Hmm, I thought using the index.php prefix was for situations where you don&#039;t have mod_rewrite? Are you sure your host uses mod_rewrite? It&#039;s a prerequisite for the redirects above to work, and I mentioned that in the second paragraph.

I&#039;m not quite sure how to solve your particular problem.</description>
		<content:encoded><![CDATA[<p>Hmm, I thought using the index.php prefix was for situations where you don&#8217;t have mod_rewrite? Are you sure your host uses mod_rewrite? It&#8217;s a prerequisite for the redirects above to work, and I mentioned that in the second paragraph.</p>
<p>I&#8217;m not quite sure how to solve your particular problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RWT</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-93</link>
		<dc:creator>RWT</dc:creator>
		<pubDate>Fri, 20 May 2005 21:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-93</guid>
		<description>Oh my wordpress feed then is:

http://www.mysite.com/index.php/feed/</description>
		<content:encoded><![CDATA[<p>Oh my wordpress feed then is:</p>
<p><a href="http://www.mysite.com/index.php/feed/" rel="nofollow">http://www.mysite.com/index.php/feed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RWT</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-92</link>
		<dc:creator>RWT</dc:creator>
		<pubDate>Fri, 20 May 2005 21:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-92</guid>
		<description>OK I found part of my problem.  My permalinks use &quot;index.php&quot;.  Thus, WordPress does not overwrite any .htaccess file. WordPress doesnt use the file if permalinks are set up as such.  But my question is this, given that is the case what would be the correct way to formet the .htaccess to redirect for Feedburner?  I am not that adept at writing .htaccess but I came up with the following, which is essentially what you have above, but I did include it within the WordPress #&#039;s.  Whats wrong?


Options All -Indexes

# BEGIN WordPress
RewriteEngine on
RewriteBase /rwt/
RewriteCond %{HTTP_USER_AGENT} FeedBurner
RewriteRule ^feed/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /index.php?&amp;feed=$1 [QSA,L]
RewriteCond %{HTTP_USER_AGENT} FeedBurner
RewriteRule ^(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /index.php?&amp;feed=$1 [QSA,L]
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^feed/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ http://feeds.feedburner.com/myfeed [R,L]
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ http://feeds.feedburner.com/myfeed [R,L]
# END WordPress

</description>
		<content:encoded><![CDATA[<p>OK I found part of my problem.  My permalinks use &#8220;index.php&#8221;.  Thus, WordPress does not overwrite any .htaccess file. WordPress doesnt use the file if permalinks are set up as such.  But my question is this, given that is the case what would be the correct way to formet the .htaccess to redirect for Feedburner?  I am not that adept at writing .htaccess but I came up with the following, which is essentially what you have above, but I did include it within the WordPress #&#8217;s.  Whats wrong?</p>
<p>Options All -Indexes</p>
<p># BEGIN WordPress<br />
RewriteEngine on<br />
RewriteBase /rwt/<br />
RewriteCond %{HTTP_USER_AGENT} FeedBurner<br />
RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?&amp;feed=$1 [QSA,L]<br />
RewriteCond %{HTTP_USER_AGENT} FeedBurner<br />
RewriteRule ^(feed|rdf|rss|rss2|atom)/?$ /index.php?&amp;feed=$1 [QSA,L]<br />
RewriteCond %{HTTP_USER_AGENT} !FeedBurner<br />
RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ <a href="http://feeds.feedburner.com/myfeed" rel="nofollow">http://feeds.feedburner.com/myfeed</a> [R,L]<br />
RewriteCond %{HTTP_USER_AGENT} !FeedBurner<br />
RewriteRule ^(feed|rdf|rss|rss2|atom)/?$ <a href="http://feeds.feedburner.com/myfeed" rel="nofollow">http://feeds.feedburner.com/myfeed</a> [R,L]<br />
# END WordPress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carrick</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-91</link>
		<dc:creator>Carrick</dc:creator>
		<pubDate>Thu, 19 May 2005 22:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-91</guid>
		<description>One thing I&#039;ve noticed is that WordPress will re-write your .htaccess file whenever you do something like add or edit a &quot;page.&quot; It does it at other times, too, which I haven&#039;t quite figured out. It&#039;s rather annoying to say the least, especially when it comes to the feed rewrites. What I do to compensate is keep a copy of my .htaccess for those times when WP feels the need to think for me. You can also keep the rewrite rules above in a handy text file to add to whatever new .htaccess rules WP devises for your particular setup. There&#039;s probably a way to modify WP to get it to output the above rewrite rules automatically. I haven&#039;t looked into that yet.</description>
		<content:encoded><![CDATA[<p>One thing I&#8217;ve noticed is that WordPress will re-write your .htaccess file whenever you do something like add or edit a &#8220;page.&#8221; It does it at other times, too, which I haven&#8217;t quite figured out. It&#8217;s rather annoying to say the least, especially when it comes to the feed rewrites. What I do to compensate is keep a copy of my .htaccess for those times when WP feels the need to think for me. You can also keep the rewrite rules above in a handy text file to add to whatever new .htaccess rules WP devises for your particular setup. There&#8217;s probably a way to modify WP to get it to output the above rewrite rules automatically. I haven&#8217;t looked into that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RWT</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-90</link>
		<dc:creator>RWT</dc:creator>
		<pubDate>Thu, 19 May 2005 22:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-90</guid>
		<description>I tried to employ your method on my site but it does not redirect.  I also tried looking at your feeds and they come back as regular XML files, they do not redirect to Feedburner feeds.  Did you turn the redirection off or is there a problem?</description>
		<content:encoded><![CDATA[<p>I tried to employ your method on my site but it does not redirect.  I also tried looking at your feeds and they come back as regular XML files, they do not redirect to Feedburner feeds.  Did you turn the redirection off or is there a problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ð?Ñƒ Ð¸ Ð?Ñƒ! Ñ€Ñƒ &#187; Ð§Ð°Ñ?Ñ‚ÑŒ 2</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-81</link>
		<dc:creator>Ð?Ñƒ Ð¸ Ð?Ñƒ! Ñ€Ñƒ &#187; Ð§Ð°Ñ?Ñ‚ÑŒ 2</dc:creator>
		<pubDate>Wed, 27 Apr 2005 17:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-81</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] mmunity/ru_wordpress/ 	FeedBurner VS WordPress <a href="http://codex.wordpress.org/Using_FeedBurner" rel="nofollow">http://codex.wordpress.org/Using_FeedBurner</a> <a href="http://www.mundell.org/2005/03/26/216/" rel="nofollow">http://www.mundell.org/2005/03/26/216/</a>                           Leave a reply                Name      (Ð [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brainwidth &#187; Up and Running?</title>
		<link>http://www.mundell.org/2005/03/26/216/comment-page-1/#comment-76</link>
		<dc:creator>Brainwidth &#187; Up and Running?</dc:creator>
		<pubDate>Mon, 11 Apr 2005 00:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mundell.org/2005/03/26/216/#comment-76</guid>
		<description>[...] ter.  In order to make sure that everyone was using the Feedburner feed, however, I had to edit the .htaccess file for both blogs, which was, well, painful.   	Plugins 	WordPress is a little like F [...]</description>
		<content:encoded><![CDATA[<p>[...] ter.  In order to make sure that everyone was using the Feedburner feed, however, I had to edit the .htaccess file for both blogs, which was, well, painful.   	Plugins 	WordPress is a little like F [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
