* @see https://codeigniter.com/user_guide/general/urls.html */ public function index() { $this->load->view('home/home'); // redirect("auth/index"); } public function viewLogin() { echo "Ameye"; redirect("auth/index"); exit(); } }