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

[eluser]missionsix[/eluser]
The 3rd won't work because the 2nd matches all known cases of the 3rd route!

Re-order your routes like so:

Code:
$route['gerenciamento/(.*)/ver/(:num)'] = "gerenciamento_controller/ver/$1/$2/";
$route['gerenciamento/(.*)'] = "gerenciamento_controller/opcao/$1";
$route['gerenciamento'] = "gerenciamento_controller/index/";


Messages In This Thread
Route error - by El Forum - 09-05-2008, 07:38 PM
Route error - by El Forum - 09-05-2008, 10:12 PM
Route error - by El Forum - 09-08-2008, 01:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB