How to create custom error pages in cakePHP?
How to create custom error pages in cakePHP?
Thanks for the help, I found the answer on link
Just create View / Errors / and create views with names corresponding to type errors: error404.ctp, fatal_error.ctp, and edit the files in a way that suits them. Version 2.5.7.