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

[eluser]jsuissa[/eluser]
I'm getting 404 errors for an existing function with routes setup.

I've included the relevant routes and URL excerpts below. The function 'details' exists in the 'items' controller.

Any insights as to why this may be happening would be greatly appreciated.

Route (first works, second fails):
$route['item'] = 'items';
$route['item/(:any)'] = 'items/details';

URL fails for details function:
http://www.example.com/index.php/item/in...gramming/1

URL works for index function:
http://www.example.com/index.php/item/


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