DISQUS

AttentionMax: Notice: AttentionMax Maintenance…Please Read

  • Noah Brier · 3 years ago
    Hey Max, I'm sure you've already got this info, but it's pretty simple to redirect to Feedburner. Just change the name of your main RSS feed to something like indexfb.xml and point Feedburner to pick that up. Then with the feeds people are subscribed to, just put a redirect in .htaccess that says: Redirect 301 /index.xml http://feeds.feedburner.com/Attentionmax

    You can then redirect the Atom, etc. feeds to go to index.xml (or whatever you used to call your main feed) and that will put them into the same loop.

    That's how I do it and it works just fine. There are probably better and more complex ways . . .