Welcome Guest, Not a member yet? Register   Sign In
Routing issues. Multiple routing
#2

[eluser]Unknown[/eluser]
Also, if i put
Code:
$route['(\w{2})/captcha/(:any)'] = "captcha/index";
before [code]$route['(\w{2})/(.*)'] = '$2';
$route['(\w{2})'] = $route['default_controller']; [\code]

the problem seems to be gone... But is [code]$route['(\w{2})/(.*)'] = '$2';[\code] not supposed to do the same?


Messages In This Thread
Routing issues. Multiple routing - by El Forum - 07-15-2010, 07:46 AM
Routing issues. Multiple routing - by El Forum - 07-15-2010, 07:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB