Welcome Guest, Not a member yet? Register   Sign In
URI routing problem - $route['listings/(:any)']
#2

[eluser]CodeIgniteMe[/eluser]
change the order of the routes
place
$route[‘listings/(:any)/(:any)’] = ‘listings/profile/$2’;
before
$route[‘listings/(:any)’] = ‘listings/index/$1’;


Messages In This Thread
URI routing problem - $route['listings/(:any)'] - by El Forum - 03-27-2012, 10:52 PM
URI routing problem - $route['listings/(:any)'] - by El Forum - 03-28-2012, 01:27 AM
URI routing problem - $route['listings/(:any)'] - by El Forum - 03-28-2012, 02:25 AM
URI routing problem - $route['listings/(:any)'] - by El Forum - 03-28-2012, 06:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB