<?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: How to Redirect WordPress Feed to Feedburner Using .htaccess</title>
	<atom:link href="http://fclose.com/b/web/1210/how-to-redirect-wordpress-feed-to-feedburner-using-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://fclose.com/b/web/1210/how-to-redirect-wordpress-feed-to-feedburner-using-htaccess/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 08:06:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zhiqiang Ma</title>
		<link>http://fclose.com/b/web/1210/how-to-redirect-wordpress-feed-to-feedburner-using-htaccess/comment-page-1/#comment-47</link>
		<dc:creator>Zhiqiang Ma</dc:creator>
		<pubDate>Mon, 13 Jun 2011 03:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://zhiqiangma.info/?p=1210#comment-47</guid>
		<description>&lt;p&gt;Just one suggestion and you may have a try:&lt;/p&gt;
&lt;p&gt;Merge the three &#8216;Redirect 302&#8242; together using regular expression like the one in the post &#8216;(feed.*&#124;comments.*)&#8217; .&lt;/p&gt;
&lt;p&gt;Hope it help.&lt;br /&gt;
Eric&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just one suggestion and you may have a try:</p>
<p>Merge the three &#8216;Redirect 302&#8242; together using regular expression like the one in the post &#8216;(feed.*|comments.*)&#8217; .</p>
<p>Hope it help.<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://fclose.com/b/web/1210/how-to-redirect-wordpress-feed-to-feedburner-using-htaccess/comment-page-1/#comment-46</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Sun, 12 Jun 2011 18:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://zhiqiangma.info/?p=1210#comment-46</guid>
		<description>&lt;p&gt;Thanks for posting this article and it has been quite helpful in understanding few of the technicalities .&lt;br /&gt;
However I am having some problems in redirecting multiple rss feeds to feedburner, as the feedburner is unable to show updated data .My .htaccess file looks like&lt;br /&gt;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&lt;/p&gt;
&lt;p&gt;RewriteEngine On&lt;br /&gt;
RewriteBase /&lt;/p&gt;
&lt;p&gt;RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner&#124;FeedValidator) [NC]&lt;br /&gt;
RewriteCond %{HTTP_USER_AGENT} .&lt;/p&gt;
&lt;p&gt;Redirect 302 /rss/abc.xml http://feeds.feedburner.com/www123com&lt;br /&gt;
Redirect 302 /rss/def.xml http://feeds.feedburner.com/www123com&lt;br /&gt;
Redirect 302 /rss/ghi.xml http://feeds.feedburner.com/www123com&lt;/p&gt;
&lt;p&gt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&lt;br /&gt;
The first redirect 302 is showing updated data and the rest are showing old data. It would be of great help if  you could guide me on this.&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;br /&gt;
Rahul&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for posting this article and it has been quite helpful in understanding few of the technicalities .<br />
However I am having some problems in redirecting multiple rss feeds to feedburner, as the feedburner is unable to show updated data .My .htaccess file looks like<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>RewriteEngine On<br />
RewriteBase /</p>
<p>RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC]<br />
RewriteCond %{HTTP_USER_AGENT} .</p>
<p>Redirect 302 /rss/abc.xml <a href="http://feeds.feedburner.com/www123com" rel="nofollow">http://feeds.feedburner.com/www123com</a><br />
Redirect 302 /rss/def.xml <a href="http://feeds.feedburner.com/www123com" rel="nofollow">http://feeds.feedburner.com/www123com</a><br />
Redirect 302 /rss/ghi.xml <a href="http://feeds.feedburner.com/www123com" rel="nofollow">http://feeds.feedburner.com/www123com</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
The first redirect 302 is showing updated data and the rest are showing old data. It would be of great help if  you could guide me on this.</p>
<p>Thanks in advance<br />
Rahul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

