Hello I am new in cakephp and I want to show an error page if someone enter wrong url in my cakephp application.
I am using this code as per given example on internet
CakePHP 2.0 - How to make custom error pages?
I am unable to see any custom error page in my application.I have used all the given steps added in that url