$route['verify/(:any)/(:any)'] = 'account/verify/$1/$2'; // And then in the account controller, add function verify($email, $hash) { // verify the user }