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
RSS->Feedburner redirect
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: RSS->Feedburner redirect
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
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/
# 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/
Re: RSS->Feedburner redirect
Perfect, 10x. All good now!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