On Wed, Jun 4, 2008 at 6:11 PM,  <[EMAIL PROTECTED]> wrote:
> Here is my problem though: I don't want to impact my users' sites,
> meaning I want to keep their URLs intact and continue to use the same
> underlying database containing sites and pages (where a record in the
> "page" table has a URI, a parent id/URI, page content, an optional
> controller and template, and lots of other fields. Since the site page
> hierarchies can be arbitrarily complex, the URLs can be very long and
> don't fit the usual /controller/action/param1/param2 convention that's
> easy to work with in CakePHP.
>
> So the main issue I'm facing is, how to map that /program/about/people/
> faculty URI to the "faculty" page which is a child of the "people"
> page which is a child of the "about" page which is a child of the
> "program" page. I'm not looking for specific code here, just some
> general approaches. The two obvious approaches that I could see are:

This link should help you out:

http://c7y.phparch.com/c/entry/1/art,cake-seo

-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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