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

[eluser]cyrigniter[/eluser]
Hello,

I have set two rules :

Code:
$route['followers/(:num)'] = 'hall/filter/subscribers/$1';
And :

Code:
$route['see/(:num)'] = 'hall/see/$1';
But while the first one is working all fine, the second one behaves juste like the 2nd argument (the :num) wasn't passed at all (displaying see/4 gives the hall/see/ page, not hall/see/4 !). This is very odd because from my point of view, those 2 routes work the same way !!

Even stranger, if I change
Code:
$route['see/(:num)']
to
Code:
$route['foo/see/(:num)']
then it works !


Any idea ? Thanks


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