How to Create a custom 404 error page in cakePHP

If you need to change the page that users see when a document is not found, create:
/app/views/errors/error404.thtml

Hope it will work.