Codeigniter multilanguage and adding the language to the url for seo

不羁岁月 提交于 2019-11-27 18:01:12

问题


I read this the best way to make codeigniter website multi-language. calling from lang arrays depends on lang session?

for language inclusion... i wonder how the url will appear for multi languages...

How to show the language in url so that it will also be indexed in search engines...

for example sitenameDOTcom/es or sitenameDOTcom/whoweare/es or something like this and how to sync with the controllers and the urls...


回答1:


ah, i found an article in the codeigniter forums. here it is ...

https://github.com/EllisLab/CodeIgniter/wiki/URI-Language-Identifier

previously the url was like the following and now it doesn't work. http://codeigniter.com/wiki/URI_Language_Identifier/

and here is a live example i am using

http://vikku.info/wordreminder/en



来源:https://stackoverflow.com/questions/2823831/codeigniter-multilanguage-and-adding-the-language-to-the-url-for-seo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!