I would like to know if you have any simple way to make the URL different from the name of the driver in Codeigniter.
Knowing that the codeigniter works as follows: www.mysite.com/CONTROLLER/FUNCTION
For example: When calling the url www.meusite.com/Producto/Listar I do not want my controller to be named "Product" but rather as "ProductController". But you do not want the URL to be www.mysite.com/ProductController/List