Welcome Guest, Not a member yet? Register   Sign In
Bug or "feature" ? URI Routing issue
#4

[eluser]toopay[/eluser]
Well, just guessing you put your controller into sub folder, then this maybe what you need
Code:
$route['see/(:num)'] = "hall/see/index/$1";
Because its almost likely you have "hall" as sub folder in your controllers directory, and filter controller which have subscribers function. Thats the common uri routes in CI. I just can't believe quickly, then CI Route, as you quote as your thread title, fails only for you but works for other thousand developer who use it.

If you want to collaborate this issue more, post your controller here Smile


Messages In This Thread
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 04:57 AM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 05:23 AM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 05:33 AM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 05:36 AM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 12:02 PM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 12:08 PM
Bug or "feature" ? URI Routing issue - by El Forum - 07-24-2011, 12:38 PM
Bug or "feature" ? URI Routing issue - by El Forum - 03-22-2012, 02:08 AM
Bug or "feature" ? URI Routing issue - by El Forum - 03-22-2012, 02:32 AM
Bug or "feature" ? URI Routing issue - by El Forum - 03-22-2012, 03:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB