Hi! > but when i point the browser to;http://localhost/posts/ > > it shows: The requested URL /posts was not found on this server. > > any ideas what i could be doing wrong?
It sounds like you have debugging set to 0 (off). If you edit app/ config/core.php, you can change it to 1 or 2 in order to get a more detailed error message. Most likely, you need to create a file called app/controllers/ posts_controller.php, and give it the right contents to have a function called index, plus create app/views/posts and put a file called index.ctp in it. There should be many guides on getting these things set up, although last I checked (which was a while ago now), Cake was kinda in between documentation... Hope that helps, Zoe. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
