<?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>Alexandru Dinulescu&#039;s Thoughts&#187; PHP</title>
	<atom:link href="http://alexdweb.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexdweb.com/blog</link>
	<description>This blog is about everything/anything related to XHTML/CSS and of course my favourite js library, jQuery.</description>
	<lastBuildDate>Thu, 09 Dec 2010 12:04:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Redirecting WordPress Feeds to Feedburner&#8217;s</title>
		<link>http://alexdweb.com/blog/2009/12/26/redirecting-wordpress-feeds-to-feedburners/</link>
		<comments>http://alexdweb.com/blog/2009/12/26/redirecting-wordpress-feeds-to-feedburners/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 20:19:49 +0000</pubDate>
		<dc:creator>Dinulescu Alexandru Adrian</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RSS 2.0]]></category>

		<guid isPermaLink="false">http://alexdweb.com/blog/?p=158</guid>
		<description><![CDATA[Hello After scouring the web for like 1h in order to find this information, i did eventually find it, however it was in a couple of different posts on another blog. In order to keep stuff simple, let&#8217;s put everything together. Using the benefits of feedburner is a no-brainer, because you get a shitload of [...]]]></description>
			<content:encoded><![CDATA[<p> Hello </p>
<p> After scouring the web for like 1h in order to find this information, i did eventually find it, however it was in a couple of different posts on another blog. In order to keep stuff simple, let&#8217;s put everything together. Using the benefits of feedburner is a no-brainer, because you get a shitload of useful statistics. The only problem is that you will need to maintain 2 lists of feeds, your own internal feed + the official feedburner&#8217;s. And now depends on how many users you have subscribed.</p>
<p><span id="more-158"></span></p>
<p> A few notes first tho. First if you use your blog as a directory on your domain rather than a full directory, like http://example.com/blog/ instead of http://example.com/ then you will probably have 2 htaccess files. 1) for the main website and 2) for the blog itself. When you edit the htaccess, you must edit the BLOG htaccess which is usually found in your /blog/ folder if you use the blog-directory-thingy (if you dont, then your main-top-domain-level htaccess will be your blog&#8217;s. </p>
<p> Secondly you need to PUT THE CODE <strong>BEFORE</strong> the WordPress&#8217;s own rewrite rules (in case you are using permalinks, and if you dont use permalinks YOU SHOULD! </p>
<p> First off is you go to http://feedburner.com and make an account. Put your original feed there and make sure it displays properly. </p>
<p> Then Apply the code found below in the specific htaccess file on your server </p>
<h3> .mod_rewrite htacess thingy </h3>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;IfModule mod_rewrite.c&gt;<br />
&nbsp;RewriteEngine on<br />
&nbsp;RewriteCond %{HTTP_USER_AGENT} !FeedBurner &nbsp; &nbsp;[NC]<br />
&nbsp;RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]<br />
&nbsp;RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/YourFeedburnerFeedGoesHere[R=302,NC,L]<br />
&lt;/IfModule&gt;</div></div>
<p> This is just a quick thing, mostly using the default settings, but you really should read the full explanations found at: </p>
<ul>
<li><a href="http://perishablepress.com/press/2008/01/28/laser-focused-feeds-and-smarter-feed-management/">PersishablePress.com &#8211; Laser Focused Feeds and Smarter Feed Management</a></li>
<li><a href="http://perishablepress.com/press/2008/01/23/serve-yourself-why-feedburner-needs-a-feed-fix/">PerishablePress.com &#8211; Why Feedburner needs a feed-fix </a></li>
<li><a href="http://perishablepress.com/press/2008/03/25/redirect-wordpress-feeds-to-feedburner-via-htaccess-redux/">PerishablePress.com &#8211; Redirect WordPress Feeds to Feedburner via Htaccess redux</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexdweb.com/blog/2009/12/26/redirecting-wordpress-feeds-to-feedburners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

