RSS->Feedburner redirect

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
chigo58
Regular
Posts: 12
Joined: Tue Jun 19, 2007 8:35 am
Contact:

RSS->Feedburner redirect

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: RSS->Feedburner redirect

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
chigo58
Regular
Posts: 12
Joined: Tue Jun 19, 2007 8:35 am
Contact:

Re: RSS->Feedburner redirect

Post 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!
Post Reply