Welcome Guest, Not a member yet? Register   Sign In
404 issue with existing function
#5

[eluser]pickupman[/eluser]
I think CroNiX meant like:
Code:
$route['item/(:any)/(:num)'] = 'items/details/$2';
$route['item/(:any)'] = 'items/details/$1';
$route['item']        = 'items'; //Not needed but left for example purposes


Messages In This Thread
404 issue with existing function - by El Forum - 02-26-2012, 08:10 PM
404 issue with existing function - by El Forum - 02-26-2012, 08:40 PM
404 issue with existing function - by El Forum - 02-26-2012, 09:17 PM
404 issue with existing function - by El Forum - 02-27-2012, 10:03 AM
404 issue with existing function - by El Forum - 02-27-2012, 10:40 AM
404 issue with existing function - by El Forum - 02-27-2012, 10:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB