Default Serendipity RSS Feed redirection with .htaccess

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
eightgr
Regular
Posts: 66
Joined: Thu Oct 27, 2005 5:52 pm

Default Serendipity RSS Feed redirection with .htaccess

Post by eightgr »

Hello !

I would like to redirect the defaut RSS feed to feedburner. As some of my reader used to read the news with this defauld mode and I don't want to lost them, I would like to know if I can change this line :

RewriteRule ^feeds/(.*) index.php?url=/feeds/$1 [L,QSA]

with

RewriteRule ^feeds/(.*) http://feeds.feedburner.com/myblog [R,L]

without problems ?

thanks a lot
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Default Serendipity RSS Feed redirection with .htaccess

Post by garvinhicking »

Hi!

Yes, you should be able to do just that!

Also note that Serendipity 1.0-beta3 supports a "Force Feedburner" option for the syndication plugin to do exactly that redirection. :-)

Best regards,
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/
eightgr
Regular
Posts: 66
Joined: Thu Oct 27, 2005 5:52 pm

Post by eightgr »

in fact, after having modified the .htaccess, the blog was no more readeable via Feedburner.

The force Feedburner option works like a charm !

Thanks
Post Reply