How to redirect your RSS Feed to Feedburner
This is a really simple yet handly tip to redirect your feed to Feedburner.
Edit, or create an .htaccess file in your htdocs root, and add this lines:
<IfModule mod_rewrite.c> RewriteEngine on RewriteBase / RewriteCond %{HTTP_USER_AGENT} !FeedBurner RewriteRule ^rss/$ http://feeds.feedburner.com/yourURL [R,L] </IfModule>
Now any request to yoursite.com/feed will be redirected to the custom feedburner feed ;)
Be aware that only works in apache.
Related Posts- Open Classifieds 1.5 Released
- rir.li - NO image Hotlinking!
- Open Classifieds 1.5.1 Released
- Open Classifieds 1.7. Release Candidate 2
- Read RSS in PHP with cache
- WordPress Fans:Make My Feed Better Plugins
- Top 10 Ways to Access Blocked Stuff on The Web - Updated
- Add Weight Loss and Fitness Bloggers to your Website
- List of 55 RSS Directories - Promote Your RSS Feeds
- How to Increase Traffic to Blog
Help sharing and Flatter me ;)
