Forum Moderators: phranque

Message Too Old, No Replies

FeedBurner Redirect

         

datac0de

2:00 am on Jul 19, 2005 (gmt 0)

10+ Year Member



I'm trying to redirect two URLs that serve up my RSS feeds to a new FeedBurner URL.

The old URLs are...
[wwWebmasterWorldebsite.com...]
[wwWebmasterWorldebsite.com...]

The new URL is...
[feeds.feedburner.com...]

Someone at the FeedBurner Forum says to use...
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT}!FeedBurner
RewriteRule ^index\.xml$ [feeds.feedburner.com...] [R,L]

I believe that they are assuming that the feed is at [wwWebmasterWorldebsite.com...] which mine is not. I've been reading and trying different options with no luck at all. I'm feeling more confused then ever. Any help to get this working would be greatly appreciated.

ChadSEO

2:55 pm on Jul 19, 2005 (gmt 0)

10+ Year Member



You should be able to use this:

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT}!FeedBurner
RewriteRule node/feed$ [feeds.feedburner.com...] [R,L]

This will redirect any URL that ends with "node/feed" that is not from feedburner.