Page 1 of 1

Default Serendipity RSS Feed redirection with .htaccess

Posted: Mon May 22, 2006 10:40 am
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

Re: Default Serendipity RSS Feed redirection with .htaccess

Posted: Mon May 22, 2006 11:44 am
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

Posted: Mon May 22, 2006 3:15 pm
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