Define Cakephp Route to call specific controller if given action not exists – SEO
Using CakePHP v3.3.16 I want to write a fallback route in such a way that if URL is not connected to any action then it should go to that fallback. Created routes for SEO friendly URL like this $routes->connect( ':slug',…