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';.
                  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....
                  In this tutorial, I would like to share with...
                  Convert a PEM File to PPK | Easy Guide for...
                  Introduction: Why Security Matters Laravel...
                  Simple body language tricks1. Stand with...
                  Basic .htacess file <IfModule...