CodeIgniter Forums
i want to change home page url - 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: i want to change home page url (/showthread.php?tid=67173)



i want to change home page url - demonicinn - 01-24-2017

hi
in ci 3x, i'm changed the home url 

like 
http://domain.com
to 
http://domain.com/#/en/index

$route['default_controller'] = 'home';


please help about this


RE: i want to change home page url - demonicinn - 01-24-2017

i'm used this one but its not working
http://prntscr.com/dzovmu