Php – How to change the routes to set the urls in codeigniter
I have created a codeigniter 3 project but I have set the name of controller as "exampleController" which is showing on my URL. I want to remove the word "controller" to setup custom routes. How can I do it? $route['alt-text']…