I need to know what do I have to do on the config.php file and in the .htaccess
file in order to be able to remove the index.php
path from my CodeIgniter site that is installed in a subfolder like this:
jeanpaulruizvallejo.com/proyectos/pruebas/ci-rest-api/
Right now I can open URL's like this one:
jeanpaulruizvallejo.com/proyectos/pruebas/ci-rest-api/index.php?blog/comments
... but it should be like:
jeanpaulruizvallejo.com/proyectos/pruebas/ci-rest-api/blog/comments
Any ideas on how to solve this?
Thanks in advance for your help!