Welcome Guest, Not a member yet? Register   Sign In
404
#6

(This post was last modified: 12-21-2021, 09:39 AM by DawiD.)

I solve the problem by replace file app/Views/errors/html/error_404.php
by my file. Is it proper way to display custom 404 page in codeigniter 4?
I think the way
PHP Code:
$routes->set404Override(function() {return view('404');}); 
is not good solution because it return HTTP 200 OK
Reply


Messages In This Thread
404 - by DawiD - 12-20-2021, 08:29 AM
RE: 404 - by captain-sensible - 12-20-2021, 11:39 AM
RE: 404 - by DawiD - 12-20-2021, 12:56 PM
RE: 404 - by wdeda - 12-20-2021, 02:50 PM
RE: 404 - by DawiD - 12-21-2021, 03:32 AM
RE: 404 - by DawiD - 12-21-2021, 09:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB