Zend framework - duplication in translated url

Posted by tomasr on Stack Overflow See other posts from Stack Overflow or by tomasr
Published on 2011-11-17T17:37:17Z Indexed on 2011/11/17 17:51 UTC
Read the original article Hit count: 218

I have these URLs

cz/kontroler/akce

en/controller/action

Is used transatable route and works it like charm. But problem is, that when you will write

cz/controller/akce

it works as well.

In generally when you have

cz/something-in-czech
en/something-in-english

which route to someController, will be works still

cz/some
en/some

because it is really name of controller.

How solve this duplicity content issue?

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about url