![]() |
i18n Library default Controller redirect (default_controller) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: i18n Library default Controller redirect (default_controller) (/showthread.php?tid=56985) |
i18n Library default Controller redirect (default_controller) - El Forum - 02-04-2013 [eluser]Kunzilla[/eluser] Hi, i use the i18n Library for codeigniter. Now i have installed and configured it correctly... but /en/ and /de/ will get an 404 error. (My default_controller are "start") Now, when i open the domain without any country-key, codeigniter / i18n plugin will redirect me to the default_controller with default language: www.domain.com/en/start How can i hide the default_controller and fix this 404 page when i open the domain only with an country-key? Please help ![]() Thanks! |