Welcome Guest, Not a member yet? Register   Sign In
help with routes[]
#2

[eluser]mddd[/eluser]
You can use [^/]+ instead of :any. That will match only one segment.
So that would make:
Code:
$route['[^/]+/services'] = 'index/services';


Messages In This Thread
help with routes[] - by El Forum - 06-11-2010, 06:10 AM
help with routes[] - by El Forum - 06-11-2010, 07:19 AM
help with routes[] - by El Forum - 06-11-2010, 07:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB