I have just noticed that the custom 404 message doesn’t appear to be working on all pages.
-
It seems that the 404 redirect works on static pages https://www.mysite.com/badstaticpage
-
but doesn’t not working on dynamic pages https://www.mysite.com/jobs/baddynamicid
Is this correct? If so, my options appear to be to add a router for jobs to check that the id is valid before I forward to the page. This seems like overkill. Any advice?