<?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>Webmaster Sucks &#187; feedburner</title>
	<atom:link href="http://www.webmastersucks.com/tags/feedburner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmastersucks.com</link>
	<description>Here I share stuff I used to suck at as a novice webmaster..</description>
	<lastBuildDate>Mon, 13 Jun 2011 06:39:43 +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>FeedBurner HtAccess Redirect for WordPress Feeds</title>
		<link>http://www.webmastersucks.com/feedburner-htaccess-redirect-for-wordpress-feeds/</link>
		<comments>http://www.webmastersucks.com/feedburner-htaccess-redirect-for-wordpress-feeds/#comments</comments>
		<pubDate>Fri, 29 May 2009 07:47:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.webmastersucks.com/?p=9</guid>
		<description><![CDATA[
			
				
			
		
Firstly, we burn our wordpress feeds to FeedBurner. You can burn in www.feedburner.com , we get a feedburner link like &#8220;http://feeds2.feedburner.com/WebmasterSucks&#8220;. I also burned comments feed. We redirect our WordPress feed to FeedBurner. Its help us to track our feed and add adsense code to our feeds.
&#60;IfModule mod_rewrite.c&#62;
 RewriteEngine on
 RewriteCond %{REQUEST_URI}      ^/?(feed.*&#124;comments.*)        [NC]
 RewriteCond %{HTTP_USER_AGENT} !^.*(feedburner&#124;feedvalidator) [NC]
 RewriteRule [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webmastersucks.com%2Ffeedburner-htaccess-redirect-for-wordpress-feeds%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webmastersucks.com%2Ffeedburner-htaccess-redirect-for-wordpress-feeds%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Firstly, we burn our wordpress feeds to FeedBurner. You can burn in <a href="http://www.feedburner.com">www.feedburner.com</a> , we get a feedburner link like &#8220;<a href="http://feeds2.feedburner.com/WebmasterSucks">http://feeds2.feedburner.com/WebmasterSucks</a>&#8220;. I also burned comments feed. We redirect our WordPress feed to FeedBurner. Its help us to track our feed and add adsense code to our feeds.</p>
<blockquote><p>&lt;IfModule mod_rewrite.c&gt;<br />
 RewriteEngine on<br />
 RewriteCond %{REQUEST_URI}      ^/?(feed.*|comments.*)        [NC]<br />
 RewriteCond %{HTTP_USER_AGENT} !^.*(feedburner|feedvalidator) [NC]<br />
 RewriteRule ^feed/?.*$ <a href="http://feeds2.feedburner.com/WebmasterSucks">http://feeds2.feedburner.com/WebmasterSucks</a>         [L,NC,R=302]<br />
 RewriteRule ^comments/?.*$ <a href="http://feeds2.feedburner.com/WebmasterSucksComments">http://feeds2.feedburner.com/WebmasterSucksComments</a> [L,NC,R=302]<br />
&lt;/IfModule&gt;</p></blockquote>
<p><strong>For more information : </strong><br />
<a href="http://perishablepress.com/press/2008/10/13/wordpress-feedburner-htaccess-redirect-default-feeds/">http://perishablepress.com/press/2008/10/13/wordpress-feedburner-htaccess-redirect-default-feeds/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersucks.com/feedburner-htaccess-redirect-for-wordpress-feeds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

