Hi!
I've been trying for ever to figure out the routing rules. Basically I wan't all requests routed to one controller (see no.1), except from the ones where the path starts with "admin" (see no. 2 & 3)
My directory structure:- application/Frontend/controllers/IndexController.php
- application/Admin/module1/controllers
- application/Admin/module2/controllers
etc.
Any advice how to go about this is greatly appreciated!
