I think you haven't done the setup right. Your webroot youl'd be path_to_cake_install/app/webroot/ , then you can access your controllers actions by http://www.mydomain.net/controller/action/ , try reading the installation chapter in the manual.
On Oct 6, 2:36 am, CakeONaut <[EMAIL PROTECTED]> wrote: > Hi! > > I am able to bake and it puts controllers and views in the correct > locations. So I go tohttp://www.mydomain.net/wwwroot/cake/app/users > and I see some entries in tables I created. Looks great! There are > handy links to view, edit and delete (and one to add to one of the > tables too). > > The problem is that the links go > tohttp://www.mydomain.net/wwwroot/cake/users/view/3 > (well in this case for the view link, as you can see) whereas the link > ought to point tohttp://www.net4ed.net/wwwroot/cake/app/users/view/3 > (note the "app") > > My actual directory structure is as follows: www/wwwroot/cake/app > (everything from here is as expected) > > So have I set up the directory structure incorrectly? Or is some > other problem? > > If I can't solve this problem soon I will be forced to go back to > using Django - which works but I believe has somewhat less (potential) > functionality than cakephp. > > Thanks! > > -will --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
