Welcome Guest, Not a member yet? Register   Sign In
routing question
#5

[eluser]keevitaja[/eluser]
Code:
$route['user/(:any)/(:any)'] = 'user/$1/$1';
$route['user/urls'] = 'user/urls';
$route['(:any)'] = 'home/index/$1';

think i got it. this is the order i need. thanx


Messages In This Thread
routing question - by El Forum - 10-29-2011, 01:36 PM
routing question - by El Forum - 02-01-2012, 12:19 PM
routing question - by El Forum - 02-02-2012, 01:02 PM
routing question - by El Forum - 02-02-2012, 01:08 PM
routing question - by El Forum - 02-02-2012, 01:22 PM
routing question - by El Forum - 02-02-2012, 02:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB