I am starting a new application in which I want to implement CodeIgnitor 3. I need a front-end website and admin panel. But want to use same CI installation, instead of having two CI instances.
I want to run url like this, http://example.com/
and admin panel will live at http://example.com/adm/
.
How to setup it in CodeIgniter 3? Please advise?