Thanks. That would make sense, but the view, controller and model files for both apps (i.e. posts and users) are in exactly the same place. I.e. the controller files are in /apps/controllers/, the view files are in /apps/views/posts/ & /apps/views/users/ and so on.
I'm using the default file structure for version 1.2, so in the root, I have the three Cake folders app, cake and vendors. Am I missing something obvious here?! On Jan 5, 10:10 pm, Webweave <[email protected]> wrote: > Your app is in a sub-directory, if you want it to be in the root, you > need to change your configuration or move the app up a directory. > > Apparently you have the app for posts in the root for that web server, > which is why it works with /posts/edit > > On Jan 5, 12:43 pm, sarahlou <[email protected]> wrote: > > > I'm a newbie to Cake, so bear with me.... > > > I've managed to complete the blog tutorial, and now trying the IBM > > 'Cook up Websites fast' tutorial. However, I get a 404 URL not found > > error when trying to viewhttp://[domain]/users/register. I can see > > the register view as expected when I usehttp://[domain]/app/users/register. > > > What puzzles me is that I could (& still can) see the equivalent from > > the blog tutorial (e.g.http://[domain]/posts/edit) with no problem, > > and without adding the 'app' bit. > > > Sorry if this is a daft question, but have been puzzling for ages over > > it! Thanks in advance for any help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
