Using url of WP-feeds for s9y-feed

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Papillon
Regular
Posts: 25
Joined: Wed Jun 29, 2005 1:11 pm
Contact:

Using url of WP-feeds for s9y-feed

Post by Papillon »

I've switched my blog now from WP to s9y.
(And I love it.. ;) )

The only thing that is still on my list is the urls of the rss feed.
Has anyone before made the old wp-urls for the feeds functional with the new rss feed url?
I think of an mod_rewrite but I seem to be too stupid in the moment for this.

Anyone?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Using url of WP-feeds for s9y-feed

Post by garvinhicking »

Using mod_rewrite would be very easy.

I don't know the actual RSS URL, but using this:

Code: Select all

RewriteRule ^wp.rss rss.php?version=2.0 [L,QSA]
would rewrite the wp.rss URL to our rss.php format. If you can give me the actual URL you are using, I can give you the right pattern. Or you experiment a bit :)

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