Remove index.php from CodeIgniter URL Path using .htaccess
If you are using Codeigniter (PHP Framework) you are noticed that by default index.php will be included with your URL.   But you can easily remove index.php from your URL so that your URL should be like : http://yourdomainname.com/controller/action/var1/var2   To do this just follows the following steps:   1. Open config.php from system/application/config directory… (2 comments)