这是我想要做的一个例子 网址如下
http://www.example.com/en/us/directory/companies/view/4433225.html
Where is
en: is the lang
us: is the country
directory: is the module
companies: is the controller
view: is the action
4433225.html: is sort of parameter send to the action could be the company name like this company-name.html
答案 0 :(得分:0)
您可以使用Conventional Modular Directory Structure对此进行归档。然后你可以为每种语言指定不同的控制器目录,等等......