How does ROUTING work? I really need this, because I have changed Frog CMS to use multilangual pages. This function is perfectly integrated in Frog!
|
18 posts
|
How can I use ROUTING for my multilangual site? I really need this, because I have changed Frog CMS to use multilangual pages. Yes indeed it works perfectly with meta tags for every language… !!! I can’t tell you more right know because I have a mean big problem because I have to route pages like: http://www.mywebsite.com/en/welcome without having to make a en, fr or nl page. But that is something that I don’t understand! It is probably something like Dispatcher::addRoute(array(’/:lang/about’ => ‘lang/page/index’)); I only have a tree structure like this and I use the HOME PAGE for the language choosing en treestructure: fr treestructure: nl treestructure: Could anybody help me to achieve this? When somebody can provide me help, It would be fantastic for frog cms to be finally multilangual!!! P.S.: If you guys want me to put screenshots, just tell me! |