We have a website with flat content setup like so: /cheese/red-leicester /cheese/cheddar
We want to change these URLs to something like: /red-leicester-cheese.html /cheddar-cheese.html How can this be done with Route::connect? I know it can be done with .htaccess rewrite rules but I'd prefer to contain the logic within Cake. This isn't a generic preference sitewide, simply for this "cheese" section. Any advice welcomed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
