Welcome Guest, Not a member yet? Register   Sign In
Localised 404 error message based on URI segment
#2

You need to write code for it in the 404 controller.
You can get the URI segments:
PHP Code:
$segments $this->request->getUri()->getSegments(); 
Reply


Messages In This Thread
RE: Localised 404 error message based on URI segment - by kenjis - 02-09-2024, 06:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB