Perhaps give us an example of what destination you are trying to
achieve, e.g. the route you specified maps to SongsController::display
('index'). We can't really advise you on routing your application
without any knowledge of your controller/action setup.

On Jul 8, 5:54 am, barnent1 <[email protected]> wrote:
> 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 tohttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to