Well, you are missing the .htaccess files (there should be 3. In
myapp, myapp/app and myapp/app/webroot).

You also need to check that you actually have php installed, and that
index.php is set as a default page in apache. And you need to make
sure that .htaccess files are allowed (All override all)

On Nov 11, 1:33 pm, jeff <[email protected]> wrote:
> hello. i have read the golding book and got cake installed. when i
> point my browser to the root directory of my app
>
> http://localhost/myapp
>
> it shows me the list of files instead of loading index.php:
>
> Index of /myapp
>
> Parent Directory
> README
> app/
> cake/
> index.php
> nbproject/
> vendors/
>
> then, when i type in the address of a controller i can see that i have
> baked, i get a 404:
>
> http://localhost/myapp/properties
>
> what's interesting is on the file system there is an index.php in .../
> myapp/index.php and also .../myapp/app.index.php    --- not sure if
> i've messed this up myself.
>
> my next move is going to be to build another one from the start. but
> before i do that, was hoping someone might help point out to me if
> i've missed something obvious.
>
> have i messed something up that might be causing this to happen? i've
> searched a lot, but search for "index of" yields a lot of frustration.
>
> thank you.

--

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=.


Reply via email to