how to remove index.php from codeigniter application url

In codeigniter applications we can see index.php in the url after the base_url. Below are steps how to remove index.php part from the url. We can do it by modifying .htaccess file and configuration file. Here is a example. Default url : http://www.mysite.com/index.php/contact-us We want to remove index.php part from this url as follows. After … Continue reading