h1

keep address on your site when using an external rss feed service

July 5, 2006

It’s possible to use an external feed producing service, but keep the feed address at your site. For example, the actual feed URL might be feeds.feedburner.com/whatever_the_feed_is. But you want people to subscribe to a feed that looks like mywebsitename.com/podcastfeed.xml.

That way, if for any reason the external service changes their policy, disappears or whatever, your feed address doesn’t get lost in cyber space. It’s still mywebsitename.com/podcastfeed.xml (but you’d have to find another way to produce the feed of course).

Feedburner support forums describe how to use the htaccess file to redirect users to the feed at feedburner:
http://forums.feedburner.com/viewtopic.php?t=17

How to forward without an htaccess file:
http://www.fredfred.net/skriker/index.php/feedburner-with-wordpress-without-htaccess/

Via podcastingunderground podcast:
http://www.podcastingunderground.com/tpu-7-feedburner-why-and-how-you-should-use-it

One comment

  1. [...] Quelqu’un semble aware du problème mais sa solution (faire un redirect en .htaccess) semble revenir au même que ce que fait le plugin. [...]



Leave a Comment