On Fri, Apr 18, 2008 at 5:23 AM, teerg <[EMAIL PROTECTED]> wrote: > > I just started with the sitepoint tutorial. I've set up a test site > with rootdirectory http://localhost/notes for some reason when I want > to see the scaffolding of the notes table I have to go to the > following url: http://localhost/notes/index.php/notes instead of > http://localhost/notes/notes. > If I get to http://localhost/notes/index.php/notes and want to add/ > delete ... the link directes me to (http://localhost/notes/add) and > gives an error (object not found) if I manually go to: > http://localhost/notes/index.php/notes/add I receive the right content > What is wrong in the set up?
The pretty URL's only work if you have mod_rewrite (or other rewriting rules) setup. -- Chris Hartjes Internet Loudmouth Motto for 2008: "Moving from herding elephants to handling snakes..." @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
