我想在加载页面时在index.php之后添加默认语言代码。如果我更改语言,应该替换lamguage代码。例如,我有默认语言代码,如我的网址
http://localhost/test/index.php/en
当我将我的语言更改为泰米尔语时,语言代码应替换为tm而不是en.now我的网址如下所示
http://localhost/test/index.php/tm
即使我已经更改了我的基本网址,如下面的语言代码也不会自动添加index.php
$config['index_page'] = 'index.php/en';