If you have installed a codeigniter in XAMPP and want to delete index.php in your URL, this is how I did it.
For example your URL is,
http://127.0.0.1/ci_cms/index.php/admin/users/manage
And you want to make it to,
http://127.0.0.1/ci_cms/admin/users/manage
Firstly, it does not matter if you move application folder out of system folder or [...]



















