View file File name : Contactus.php Content :<?php class Contactus extends CI_Controller{ public function index(){ try{ $this->load->view('contact-us'); } catch(Exception $e){ print($e); } } }