Routing rules are defined in your routes.lc file:
application/config/routes.lc
In it you'll see an array called gRoute that permits you to specify your own routing criteria. Routes can either be specified using wildcards or Regular Expressions.
Routing rules are defined in your routes.lc file:
application/config/routes.lc
In it you'll see an array called gRoute that permits you to specify your own routing criteria. Routes can either be specified using wildcards or Regular Expressions.