I developed a project in php codeigniter. The project is almost complete but now my manager wants me to completely remove or hide the controller names in the URL. My current URL looks like this:
and my manager wants it to look like this:
Note that I have more than 10 controllers in my project and many many functions. I want a method that applies to all. HELP PLEASE.