Codeigniter 3.1.6 - How to remove index.php from url
问题 I am working on codeigniter 3.1.6. I added the .htaccess file. I also changed the base_url path to my project path, removed the index.php from index_page and changed the url_protocol to REQUEST_URI . Still, while I am redirecting the url to any controllers method it throwing an error as ' The page you requested was not found .' I also searched and applied different .htaccess but its not working. If I am addling /index.php at end of base_url then its working but its wrong though. It should