Customize 404 error page but not only the view |
I'm trying to customize the 404 error page but the only way I've found is to edit the Routes.php file in the Config folder like so:
PHP Code: $routes->set404Override(function () { Is there a way to switch from the Controller and not directly from the view? |
Messages In This Thread |
Customize 404 error page but not only the view - by serialkiller - 07-21-2022, 12:51 AM
RE: Customize 404 error page but not only the view - by kenjis - 07-21-2022, 01:07 AM
RE: Customize 404 error page but not only the view - by serialkiller - 07-21-2022, 02:00 AM
|