Welcome Guest, Not a member yet? Register   Sign In
Routes
#2

[eluser]vbsaltydog[/eluser]
routes are matched in order from top to bottom so make your longer route paths first and your shorter route paths next:

Code:
$route['(:any)/(:any)/(:any)/(:any)'] = "wherever";
$route['(:any)/(:any)/(:any)'] = "wherever";
$route['(:any)/(:any)'] = "wherever";
$route['(:any)'] = "images/users_pictures/$1";


Messages In This Thread
Routes - by El Forum - 01-19-2012, 07:31 PM
Routes - by El Forum - 01-19-2012, 09:42 PM
Routes - by El Forum - 01-19-2012, 11:48 PM
Routes - by El Forum - 01-20-2012, 01:09 AM
Routes - by El Forum - 01-20-2012, 02:52 AM
Routes - by El Forum - 01-20-2012, 04:04 AM
Routes - by El Forum - 01-20-2012, 05:58 PM
Routes - by El Forum - 01-20-2012, 07:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB