20 April 2021

How to load Codeigniter 404 Not Found Page?

   Load Codeigniter 404 Not Found Page.


 $this->output->set_status_header('404');

   $this->load->view('err404');    

No comments:

Post a Comment

How to create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...