Hi, I'm building a CMS and I want to allow the users to configure for each page and language a personnalized URL.
E.g. rename http://example.com/services/list to: in French http://example.com/nos-services in Dutch http://example.com/onze-diensten etc. So I would have all these URL's in DB and linked to a specific action I guess. But then when my bootstrap gets the request http://example.com/nos-services How do I forward to the correct module/controller/action and set the correct locale ? I'm quite lost on this, can anyone help ? Thank you! -- View this message in context: http://www.nabble.com/Best-way-to-have-custom-URL%27s-for-each-web-page---tp24878049p24878049.html Sent from the Zend Framework mailing list archive at Nabble.com.
