hi, The thing about the site structure and pretty url -s for me has always been a matter starting right away from root / and all the CMS systems that I have developed are using site structure from database so the pretty urls have been also lihe this /somesection/somesubsection/ somecontent . And if I needed do use some subfunctionality I can always use a specific url for that /somespecific/.
In cakephp, as i look at the routes.php in my app config, there seems to be quite different (opposite) aproach for routing and url generation (the root is basically reserved). I can get the same result if I want to start from root by defining "/*" buth then I'm not able to use /somespecific/ type of things. So how do you usually solve this case with cakephp? Do you start your dynamic tree navigation with some kind of / navigation/ prefix or you use root as "/*" and have to give up other possible routes that you have to define? Or is there a possibility to specify the other routes after you start use root "/*" like dynamic path to everything? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
