<?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:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: How to Redirect WordPress Feeds to FeedBurner without a Plugin</title>
	<atom:link href="http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Shah Rukh</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-84689</link>
		<dc:creator>Shah Rukh</dc:creator>
		<pubDate>Mon, 07 Mar 2011 13:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-84689</guid>
		<description>Thanks alot buddy ur snippet worked!!!!</description>
		<content:encoded><![CDATA[<p>Thanks alot buddy ur snippet worked!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshul Tewari</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-77211</link>
		<dc:creator>Anshul Tewari</dc:creator>
		<pubDate>Thu, 10 Feb 2011 09:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-77211</guid>
		<description>This is awesome! It took me 6 months to figure this out. Thanks a lot for the wonderful post. Now the feeds redirect just perfectly fine :)</description>
		<content:encoded><![CDATA[<p>This is awesome! It took me 6 months to figure this out. Thanks a lot for the wonderful post. Now the feeds redirect just perfectly fine <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-77120</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 10 Feb 2011 01:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-77120</guid>
		<description>Found the issue thank God!  For some reason the wp-insert plugin had my feed looping.</description>
		<content:encoded><![CDATA[<p>Found the issue thank God!  For some reason the wp-insert plugin had my feed looping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-77028</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 09 Feb 2011 20:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-77028</guid>
		<description>I used something similar to this in my .htaccess but after 2 days my feedburner feed stopped updating.  To troubleshoot I removed the FB redirects, but my source feed still points to Feedburner, so now I have a recursive loop going.  Why do you think it&#039;s still redirecting?  DO you think adding the redirect code back to my .htaccess will fix it?  It&#039;s almost like my .htaccess isn&#039;t being refreshed.

Source Feed http://www.entertainmentbuddha.com/feed/

FB - http://feeds.feedburner.com/entertainmentbuddha

Code I used wasn&#039;t in the proper location just under the permalinks rewrites.  Also should your proposed code go within the  section?


RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/entertainmentbuddha[R=302,NC,L]


Thanks for any help you may provide.  This is driving me nuts to say the least.</description>
		<content:encoded><![CDATA[<p>I used something similar to this in my .htaccess but after 2 days my feedburner feed stopped updating.  To troubleshoot I removed the FB redirects, but my source feed still points to Feedburner, so now I have a recursive loop going.  Why do you think it&#8217;s still redirecting?  DO you think adding the redirect code back to my .htaccess will fix it?  It&#8217;s almost like my .htaccess isn&#8217;t being refreshed.</p>
<p>Source Feed <a href="http://www.entertainmentbuddha.com/feed/" rel="nofollow">http://www.entertainmentbuddha.com/feed/</a></p>
<p>FB &#8211; <a href="http://feeds.feedburner.com/entertainmentbuddha" rel="nofollow">http://feeds.feedburner.com/entertainmentbuddha</a></p>
<p>Code I used wasn&#8217;t in the proper location just under the permalinks rewrites.  Also should your proposed code go within the  section?</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]<br />
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]<br />
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ <a href="http://feeds.feedburner.com/entertainmentbuddhaR=302,NC,L" rel="nofollow">http://feeds.feedburner.com/entertainmentbuddhaR=302,NC,L</a></p>
<p>Thanks for any help you may provide.  This is driving me nuts to say the least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-70635</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 24 Jan 2011 01:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-70635</guid>
		<description>Nice tip, too many plugins means a mess so thanks for removing one.

Again, nice work, I will come again.

Thank you.

Christian</description>
		<content:encoded><![CDATA[<p>Nice tip, too many plugins means a mess so thanks for removing one.</p>
<p>Again, nice work, I will come again.</p>
<p>Thank you.</p>
<p>Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-69410</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Fri, 21 Jan 2011 17:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-69410</guid>
		<description>Are you pasting the code before the WP stuff in the .htaccess?</description>
		<content:encoded><![CDATA[<p>Are you pasting the code before the WP stuff in the .htaccess?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-69300</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Fri, 21 Jan 2011 10:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-69300</guid>
		<description>Error 500 here too - apache gives this error: &quot;RewriteRule: bad flag delimiters&quot;

Solution: put quotes around the first RewriteRule parameter, like so: &quot;^feed/?([_0-9a-z-] )?/?$&quot;

I am fairly sure that space after the ] is the problem here that forces the need for quotes.</description>
		<content:encoded><![CDATA[<p>Error 500 here too &#8211; apache gives this error: &#8220;RewriteRule: bad flag delimiters&#8221;</p>
<p>Solution: put quotes around the first RewriteRule parameter, like so: &#8220;^feed/?([_0-9a-z-] )?/?$&#8221;</p>
<p>I am fairly sure that space after the ] is the problem here that forces the need for quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh Namase</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-63057</link>
		<dc:creator>Rajesh Namase</dc:creator>
		<pubDate>Sat, 01 Jan 2011 04:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-63057</guid>
		<description>Sir, 
this is not working for me. Always 500 internal error. I also try kolobigi method but this also not working.</description>
		<content:encoded><![CDATA[<p>Sir,<br />
this is not working for me. Always 500 internal error. I also try kolobigi method but this also not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kolobigi</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-51793</link>
		<dc:creator>kolobigi</dc:creator>
		<pubDate>Thu, 25 Nov 2010 06:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-51793</guid>
		<description>For all those having 500 / internal errors  just copy the code  below to replace that found in your word press .htaccess (Look for # BEGIN Wordpress to # END Wordpress and simply replace,yopu don&#039;t have to replace everything in .htaccess)

# BEGIN WordPress

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/YOUR FEEDBURNER ID [R=302,NC,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

Pls change the /YOUR FEEDBURNER ID to your own.</description>
		<content:encoded><![CDATA[<p>For all those having 500 / internal errors  just copy the code  below to replace that found in your word press .htaccess (Look for # BEGIN WordPress to # END WordPress and simply replace,yopu don&#8217;t have to replace everything in .htaccess)</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]<br />
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]<br />
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ <a href="http://feeds.feedburner.com/YOUR" rel="nofollow">http://feeds.feedburner.com/YOUR</a> FEEDBURNER ID [R=302,NC,L]<br />
RewriteBase /<br />
RewriteRule ^index\.php$ &#8211; [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
<p>Pls change the /YOUR FEEDBURNER ID to your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/how-to-redirect-wordpress-feeds-to-feedburner-without-a-plugin/comment-page-1/#comment-51398</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Tue, 23 Nov 2010 06:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1651#comment-51398</guid>
		<description>no you just copy and paste below.</description>
		<content:encoded><![CDATA[<p>no you just copy and paste below.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 01:22:02 -->
