Hello all, I'm developing a multi-language site with an single-language admin backend. I would like to use a language and admin prefix in the url like this: http://mysite.com/en/products http://mysite.com/fr/categories/view/1 http://mysite.com/admin/products/edit/2
I was thinking of using routing prefixes to achieve that, but I wish to keep the standard controllers and views (index.ctp, view.ctp, admin_index.ctp, etc...) and not have for example: fr_index.ctp or nl_display.ctp... An added bonus of using routing prefixes would be that setting the locale based on the prefix is trivial. Please note : the admin routing is not an issue; having the language prefixes show up and routed correctly is. I have looked around and there are a few solutions for what I'm trying to do in 1.2, but my searches for 1.3 come up empty... So, any suggestions or pointers are welcome. Thank you, Erik Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
