I have a need to remove the app folder from the URL.
Example URL is: mydomain.com/cake_app/vechicles/add
What I need to have instead is mydomain.com/vechicles/add
NOTE! In the root of mydomain.com I have a WordPress installation running, so I only need to route users to cake application if there is a vechicles
controller name in the URL.
I have found many examples for how to do it via .htaccess files, but these were for CakePHP <3.0 and seem not to work with the current version.