On Apr 7, 4:37 pm, acl68 <[email protected]> wrote: > Hello, > > I am looking for a way to have SEO urls. > > At the moment my urls look like > this:http://www.zigarrenlounge.eu/addresses/view/99 > > I would like to have something like > thishttp://www.zigarrenlounge.eu/addresses/view/restaurnt-elisenbrunnen > so instead of the id I would have the display name (maybe id enhanced to have > something unique). > > I searched the web and found several solutions between 2006 and 2009. What is > the state of the art method to achieve this in the year of 2011 using Cake > 1.3?
the same methods people have used since cake was created: routes (and a slug behavior). AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
