Page 1 of 1

Using url of WP-feeds for s9y-feed

Posted: Wed Jun 29, 2005 1:15 pm
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?

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

Posted: Wed Jun 29, 2005 2:27 pm
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