[eluser]Phil Sturgeon[/eluser]
For this one you will need to modify the Router controller by making an extention class or replacing it entirely.
I can remember the code exactly, but around line 120ish there is a line:
Code:
@include_once(APPDIR.'config/routes.php')
That's where you'll have access to the routes array and be able to write your own values into it.