View Single Post
  #1 (permalink)  
Old 01-17-2008, 09:06 AM
bluevibe bluevibe is offline
Junior Member
 
Join Date: Jan 2008
Posts: 1
Default Stuck with routing

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:
  1. application/Frontend/controllers/IndexController.php
  2. application/Admin/module1/controllers
  3. application/Admin/module2/controllers
etc.

Any advice how to go about this is greatly appreciated!
Reply With Quote