On May 22, 4:29 pm, Chez17 <[EMAIL PROTECTED]> wrote:
> Thats what I'm getting at. I want to make sure when I switch my site
> over from wordpress to CakePHP, I want all the readers who subscribe
> to my current wordpress rss feed to be automatically subscribed to the
> new CakePHP generated rss feed. I was wondering how I would do that.
>
> When you say 'duplicate the template', what do you mean by that. Isn't
> an rss feed a specific url? Wouldn't I need to get CakePHP to produce
> the same file at the same URL?

So either make a route that mirrors the WordPress feed address (so the
URL doesn't change) or put a redirect in place. A route is preferable.
Routes are covered well in the manual.

By duplicating the template, I just mean making an RSS feed with
CakePHP that is the same format that is being generated by WordPress.
There are several flavors of RSS/Atom, so to keep things simple you
can just use whatever is already in place.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to