Welcome Guest, Not a member yet? Register   Sign In
Is it possible to establish a catchall controller method?
#5

Ok i had a quick reading depend on my time ^^. If you want caht urls that have no controller, you got an 404 error. In route.php you can route this to your wanted default controller

PHP Code:
$route['404_override'] = 'yourcontroller'

Is this what you want?

Reply


Messages In This Thread
RE: Is it possible to establish a catchall controller method? - by Rufnex - 12-16-2014, 12:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB