Welcome Guest, Not a member yet? Register   Sign In
Wildcards :num and :any not working in my routes
#1

[eluser]Unknown[/eluser]
I'm having a problem with wildcards in routes. The routing works, if I don't use wildcards or regular expressions.

Code:
$route['item/:num'] = "item/index";

Doesn't work (results in CI 404), while

Code:
$route['item/test'] = "item/index";

does work.

I thought maybe it is because of conflicting .htaccess rules, but with a disabled .htaccess it still doesn't work. Any ideas?


Messages In This Thread
Wildcards :num and :any not working in my routes - by El Forum - 08-11-2007, 06:10 AM
Wildcards :num and :any not working in my routes - by El Forum - 08-11-2007, 11:02 AM
Wildcards :num and :any not working in my routes - by El Forum - 08-11-2007, 04:01 PM
Wildcards :num and :any not working in my routes - by El Forum - 08-25-2007, 11:41 AM
Wildcards :num and :any not working in my routes - by El Forum - 08-25-2007, 12:23 PM
Wildcards :num and :any not working in my routes - by El Forum - 08-25-2007, 12:50 PM
Wildcards :num and :any not working in my routes - by El Forum - 01-10-2008, 03:19 AM
Wildcards :num and :any not working in my routes - by El Forum - 01-10-2008, 07:22 PM
Wildcards :num and :any not working in my routes - by El Forum - 01-11-2008, 06:36 AM
Wildcards :num and :any not working in my routes - by El Forum - 01-11-2008, 11:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB