Hi CakePHP Developers,

I am a newcomer to use PHP Framework and i have a question related
with it.

This questions are:

I have configured in routes.php file like below:

$Route->connect ('/', array('controller'=>'notes',
'action'=>'index'));

This creates a default route for http://localhost/ to:

http://localhost/notes/index/.

It's working well but when i click the other pages like view.thtml,
add.thtml, edit.thtml It shows the page not found all the time. why?
how can i fix it??

Please kindly help me.

Thanks,

Regards,
ChanHan Hy

--~--~---------~--~----~------------~-------~--~----~
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