Page 1 of 1

RSS->Feedburner redirect

Posted: Mon Mar 23, 2009 12:07 pm
by chigo58
Hi Garvin,

I'm currently using syndication to feedburner which redirects to http://feeds2.feedburner.com. In order for this to work properly with the synd plugin 1.4, I edited the /include/plugin_internal.inc.php to change feed to feed2 and it works properly. I've also set it to FORCE which typically means redirection will occur.

The problem is that redirection is not happening correctly as it goes to http://feed.feedburner.com/xxxx instead of http://feed2.feedburner.com/xxxx

Is there somewhere else that I must change [feed] to [feed2].. ? some regex code maybe?

PS> For reference, this is the website: http://maltainfosec.org

Re: RSS->Feedburner redirect

Posted: Mon Mar 23, 2009 12:52 pm
by garvinhicking
Hi!

This redirection code is to be found in the rss.php file. Serendipity 1.4.1 (or is it the 1.5 beta?) already contains this code, so you could just fetch a snapshot and replace your rss.php file...

HTH,
Garvin

Re: RSS->Feedburner redirect

Posted: Mon Mar 23, 2009 1:02 pm
by chigo58
garvinhicking wrote:Hi!

This redirection code is to be found in the rss.php file. Serendipity 1.4.1 (or is it the 1.5 beta?) already contains this code, so you could just fetch a snapshot and replace your rss.php file...

HTH,
Garvin
Perfect, 10x. All good now!