<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>István Ványi&#187; WordPress</title>
	<atom:link href="http://www.vanyi.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanyi.net</link>
	<description>István Ványi personal site</description>
	<lastBuildDate>Wed, 31 Aug 2011 17:43:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Redirect Wordpress feeds to feedburner using .htaccess</title>
		<link>http://www.vanyi.net/wordpress/redirect-wordpress-feeds-to-feedburner-using-htaccess/</link>
		<comments>http://www.vanyi.net/wordpress/redirect-wordpress-feeds-to-feedburner-using-htaccess/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:15:16 +0000</pubDate>
		<dc:creator>Istvan</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vanyi.net/?p=282</guid>
		<description><![CDATA[This is a guide how to redirect Wordpress feeds to feedburner using .htaccess file.<p><a href="http://www.vanyi.net/wordpress/redirect-wordpress-feeds-to-feedburner-using-htaccess/">Redirect Wordpress feeds to feedburner using .htaccess</a> is a post from: <a href="http://www.vanyi.net" title="István Ványi">István Ványi</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<p>This is a guide how to redirect <a href="http://www.wordpress.org" title="Wordpress feeds">Wordpress</a> feeds to feedburner using .htaccess file.</p>
<p>Probably you&#8217;ve heard about <a href="http://feedburner.com" title="Redirect Wordpress feeds to feedburner using .htaccess">feedburner</a>. It offers a service to track how many users are subscribed to your feed.</p>
<p>The easiest way to redirect your feed, edit your .htaccess file on your server and add this code:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p282code1'); return false;">View Code</a> APACHE</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2821"><td class="code" id="p282code1"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">ifmodule</span> mod_rewrite.c&gt;
<span style="color: #00007f;">RewriteEngine</span> <span style="color: #0000ff;">on</span>
<span style="color: #00007f;">RewriteCond</span> %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC]
<span style="color: #00007f;">RewriteRule</span> ^([a-z][a-z])/feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/vanyi-$<span style="color: #ff0000;">1</span> [R=<span style="color: #ff0000;">302</span>,NC,L]
<span style="color: #00007f;">RewriteRule</span> ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/vanyi [R=<span style="color: #ff0000;">302</span>,NC,L]
&lt;/<span style="color: #000000; font-weight:bold;">ifmodule</span>&gt;</pre></td></tr></table></div>

<p>Replace YOUR_FEEBURNER_FEED_NAME with your feed name.<br />
When user agent macth FeedBurner then all your path inside /feed will be served to your feedburner account.</p>
<p><a href="http://www.vanyi.net/wordpress/redirect-wordpress-feeds-to-feedburner-using-htaccess/">Redirect Wordpress feeds to feedburner using .htaccess</a> is a post from: <a href="http://www.vanyi.net" title="István Ványi">István Ványi</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vanyi.net/wordpress/redirect-wordpress-feeds-to-feedburner-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

