1

I have created a new portal in 5 language using the library: internationalization i18n

https://github.com/bcit-ci/CodeIgniter/wiki/CodeIgniter-2.1-internationalization-i18n

Works fine, but the in the url there is ever the language segment (en, fr, de, ru ecc) example: http://www.abcdefg.com/fr/ http://www.abcdefg.com/en/

I would like call my homepage without the segment; How can I do?

example http://www.abcdefg.com (the default language is EN)

Thanks

Henry8
  • 266
  • 3
  • 8
  • 25
  • Once you decide language parameter `en` for client, store it in PHP session. – viral May 21 '15 at 10:23
  • Do you mean that you want to have the URL with NO lang code display the english version without adding the en/ to URI? Sounds like htaccess work – Lupin May 25 '15 at 11:02

0 Answers0