Hi, I have a multi-language site in need of some url shortening. I tried to get rid of the language bit by following the routing instructions and tried different versions of this following thing in the config.php, but with no luck. What is wrong?
I guess I wrote a bit too broadly. I don’t need a universal solution to this, just two short urls, one for each of the two language versions of a certain page.
I wouldn’t want to use different domains and neither would I want to get rid of the default language code in general.
Is it really so that it isn’t possible to route two different urls (they can be hardcoded, if that matters) to the different language versions of the same page?