cakephp routing problem, plugin routing works but not others
- by Paul
I'm having a strange routing problem with a site I just uploaded, and I've made a number of changes to test what's happening. It doesn't make any sense.
My setup is:
- I'm using one plugin, which I've included all the routing in the routes.php file.
- I've also included the routes for two other controllers, 'events' and 'updates'
they look like…