You can create a custom route implementing the interface, or create a
plugin, or use a forward after the lookup from the default action. - pw

On Aug 8, 2009 12:08 PM, "debussy007" <[email protected]> wrote:


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.

Reply via email to