class Controller_Class_Name extends CI_Controller { public function __construct() { parent::__construct(); } public function index() { $this->output->set_status_header('404'); $this->load->view('error_page_404'); } }
$route['404_override'] = 'Controller_Class_Name';.
We are Recommending you:
Step Out of Your Comfort Zone: 10 Powerful...
Is Mobile Reels Harming Our Children? Here's...
Simple body language tricks1. Stand with...
Best Free Websites to Learn CodingIf you...
Step Out of Your Comfort Zone: 10 Powerful...
1. What is Git, and why is it important?Git...
How to Check SSD or HDD on Your PCAre you...
Using the right words in an interview can...
Following steps that help you to customize...