CodeIgniter Forums
internationalization i18n without segment (mandatory) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: internationalization i18n without segment (mandatory) (/showthread.php?tid=61816)



internationalization i18n without segment (mandatory) - henry_miaomiao - 05-20-2015

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: www.site.it/it/ www.site.it/en/

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

Thanks!