My controllers are at controllers/frontend directory I access them trough http://localhost/controller_name.
In a routes.php i have that record $route['([a-z_]+)'] = "frontend/$1" and everything works.
But how to change route rule if I want to access http://localhost/controller_name/method/param;