Welcome Guest, Not a member yet? Register   Sign In
Route Everything, Except These Controllers PROBLEM
#1

[eluser]nuclearmaker[/eluser]
Code:
$route[default_controller'] = "welcome";
$route['^(?!welcome)\S*'] = "page/view/$0";

this code right now, its work just fine for http://localhost/welcome and http://localhost/anything_i_put

but, its show 404 error page if http://localhost/welcomes , http://localhost/welcomez and all if i add after "/welcome"

any idea guys?




Theme © iAndrew 2016 - Forum software by © MyBB