[eluser]v4et[/eluser]
Please correct this anybody with righteous syntax
$route[’:any/:newcomer/signUp’] = ‘oldcomer’;
My intention is set all the working routes of a controller to resolve to any name that is not a controller
or could be also
$route[’:any/:newcomer’] = ‘oldcomer’;
maybe more acurrate please refix it
$route[’:any/newcomer’] = ‘oldcomer’;
can this work for this?
My intention is set all the working routes of a controller to resolve to any name that is not a controller