I'm having a problem making a simple route work. I want the site to go to the URL.
http://www.beatlesarama.com/songs/index/ When putting that page into the browser as seen above the page looks perfect. I setup the route like this: Router::connect('/', array('controller' => 'songs', 'action' => 'display', 'index')); With it set this way when I go to http://www.beatlesarama.com I don't get any content. Thanks for your help!! Glen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
