Default Serendipity RSS Feed redirection with .htaccess
Posted: Mon May 22, 2006 10:40 am
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
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