Since Google bought FeedBurner, their MyBrand feature has been free. This means you can access FeedBurner feeds via "feeds.yourdomain.com". All it takes is a CNAME record in DNS to point feeds.yourdomain.com to feeds.feedburner.com, then you can access FeedBurned feeds via a URL you own. It's pretty generous of Google seeing as it means you can switch feed tracker with a simple DNS change...

Here is my Apache config (with added line breaks) to send the Mephisto-generated URLs to the FeedBurner ones:

    RewriteEngine on
    RewriteCond %{HTTP_USER_AGENT} !FeedBurner
    RewriteRule ^/feed/atom.xml \
                http://feeds.aviewfromafar.net/aviewfromafar-home \
                [R=301]

Actually the feeds.feedburner.com addresses haven't moved, so if you are subscribed to this blog via the Atom feed you will still get updates. But the correct address is here:

http://feeds.aviewfromafar.net/aviewfromafar-home

...and geeks like being correct, right? :D

1 Response to “Feed URLs moved - now using FeedBurner MyBrand”

  1. Keith Hampton Says:

    e mail hearing123@aol.com

    are you the same A M from hunting Ridge Rd?

Leave a Reply