
Easy Steps To Remove index.php from your CodeIgniter Web Application
First thing you have to do is changing the config settings on the config.php file located in Application/config folder. 1. Go to config.php located in application/config path 2. search $config[‘index_page’] […]