Welcome Guest, Not a member yet? Register   Sign In
routes help
#1

[eluser]quasiperfect[/eluser]
in my routes i have

Code:
$route['default_controller'] = 'welcome';
$route['404_override'] = '';
$route['^it/test/index$'] = "it/test";
$route['^it/index$'] = "it/test";
$route['^it$'] = "it/test";
$route['^it/test$'] = "welcome";

it/test works the rest of the routes won't any idea what is wrong ?

edit

what i'm traing to do is reroute something to a already routed url




Theme © iAndrew 2016 - Forum software by © MyBB