Welcome Guest, Not a member yet? Register   Sign In
Tricky custom routing rules.
#2

[eluser]xwero[/eluser]
Why not skip the first segment using routing?
Code:
$route['[A-Z]+/(.*)'] = '$1';
Of course you need to limit the project names as much as possible to prevent a project name is the same as a controller.


Messages In This Thread
Tricky custom routing rules. - by El Forum - 04-30-2009, 02:36 PM
Tricky custom routing rules. - by El Forum - 04-30-2009, 10:21 PM
Tricky custom routing rules. - by El Forum - 05-05-2009, 11:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB