first, you need to load URL helper like this type or you can upload within autoload.php file:
first, you need to load URL helper like this type or you can upload within autoload.php file: $this->load->helper('url'); if (!$user_logged_in) { redirect('/account/login', 'refresh'); }