Forum Moderators: phranque
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.
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.