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:
Master Your Time with the 80/20 Rule: A...
Get Control of Your Time: 6 Easy Ways...
India’s startup space is booming in 2025....
India breeds dreamers who build empires....
Tech in 2025: 35 Fun and Easy Ways to Stay...
In this tutorial, i would like to share with...
Want to write code that’s easy to read,...
In today’s world, mental agility is a...
Learning to code is fun, but beginners often...