![]() |
Uri Segment With Language Abbreviation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Uri Segment With Language Abbreviation (/showthread.php?tid=1045) |
Uri Segment With Language Abbreviation - Wong - 02-07-2015 Hi, I need some help to hide default abbreviation from URL. I used https://github.com/bcit-ci/CodeIgniter/wiki/URI-Language-Identifier set en as default http://www.example.com/en/ --> http://www.example.com/ http://www.example.com/ja/ http://www.example.com/fr/ ![]() |