1

i want to add default language code after index.php while loading page.if i change the language, lamguage code should be replaced.for example it i have default language code as en my url like

http://localhost/test/index.php/en

when i change my language as tamil and the the language code should be replaced as tm instead of en.now my url like below

http://localhost/test/index.php/tm

even i have changed my base url like below the language code will not be added automatically with index.php

$config['index_page']                       = 'index.php/en';
1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.