Redirecting RSS to FeedBurner with Pound

I didn't see this anywhere on the web so I'll post the configuration here for PlanetRubyonRails and pound for redirecting to feedburner. You can skip the HeadRequire part if you are only hosting one app.

Service
    HeadRequire "Host:*.www.server_name.org.*"
    URL "/xml/atom"
    Redirect "http://feeds.feedburner.com/"
End
Service
    HeadRequire "Host:*.www.server_name.org.*"
    URL "/xml/rss"
    Redirect "http://feeds.feedburner.com/"
End


There are 0 Comments for Redirecting RSS to FeedBurner with Pound

Add A Comment

Name:
Email:
URL:
Message:


Powered by MosaicGlobe.