I am wondering if there is any simple way of debugging routes in code igniter?
preferably I would like to be able to see in the log along the lines of:
Just wrote a small extension of the Router core system class:
https://github.com/Philo01/CodeIgniter-Route-Debugging
It wil debug just the way you described. ( except for the 404, I still need to add that )