Welcome Guest, Not a member yet? Register   Sign In
Routing to specific controller in case controller/method is not found.
#14

$route['(:any)'] = 'page/view/$1';

you have not use directly $route['(:any)'] its all request owerrited
inserted you can use alternatively $route['blog_details/(:any)'] = 'page/view/$1'
Reply


Messages In This Thread
RE: Routing to specific controller in case controller/method is not found. - by Gurutechnolabs - 11-16-2018, 04:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB