<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Burn me up, baby!</title>
	<link>http://www.sweeting.org/mark/blog/2006/06/16/burn-me-up-baby</link>
	<description>The world according to marky moo</description>
	<pubDate>Tue, 06 Jan 2009 15:18:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Mark</title>
		<link>http://www.sweeting.org/mark/blog/2006/06/16/burn-me-up-baby#comment-8904</link>
		<author>Mark</author>
		<pubDate>Mon, 19 Jun 2006 11:18:27 +0000</pubDate>
		<guid>http://www.sweeting.org/mark/blog/2006/06/16/burn-me-up-baby#comment-8904</guid>
		<description>Used a slightly modified version in the end:

&lt;code&gt;RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteCond %{REQUEST_URI} ^/mark/blog/feed.*$
RewriteRule ^feed.*$ http://feeds.feedburner.com/marksw [R,L]&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Used a slightly modified version in the end:</p>
<p><code>RewriteCond %{HTTP_USER_AGENT} !FeedBurner<br />
RewriteCond %{REQUEST_URI} ^/mark/blog/feed.*$<br />
RewriteRule ^feed.*$ <a href="http://feeds.feedburner.com/marksw" rel="nofollow">http://feeds.feedburner.com/marksw</a> [R,L]</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.sweeting.org/mark/blog/2006/06/16/burn-me-up-baby#comment-8843</link>
		<author>Mark</author>
		<pubDate>Fri, 16 Jun 2006 20:05:55 +0000</pubDate>
		<guid>http://www.sweeting.org/mark/blog/2006/06/16/burn-me-up-baby#comment-8843</guid>
		<description>Thanks for that Gary - very handy!</description>
		<content:encoded><![CDATA[<p>Thanks for that Gary - very handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.sweeting.org/mark/blog/2006/06/16/burn-me-up-baby#comment-8841</link>
		<author>Gary</author>
		<pubDate>Fri, 16 Jun 2006 18:28:24 +0000</pubDate>
		<guid>http://www.sweeting.org/mark/blog/2006/06/16/burn-me-up-baby#comment-8841</guid>
		<description>Add the following to your .htaccess to redirect existing readers to your new feedburner feeds.

&lt;code&gt;
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteCond %{REQUEST_URI} ^/feed/$
RewriteRule ^feed/$ http://feeds.feedburner.com/marksw [R,L]
&lt;/code&gt;

Enjoy</description>
		<content:encoded><![CDATA[<p>Add the following to your .htaccess to redirect existing readers to your new feedburner feeds.</p>
<p><code><br />
RewriteCond %{HTTP_USER_AGENT} !FeedBurner<br />
RewriteCond %{REQUEST_URI} ^/feed/$<br />
RewriteRule ^feed/$ <a href="http://feeds.feedburner.com/marksw" rel="nofollow">http://feeds.feedburner.com/marksw</a> [R,L]<br />
</code></p>
<p>Enjoy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
