Re: very basic: getting "index of" before index.php loads

2009-11-12 Thread Walther
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

very basic: getting "index of" before index.php loads

2009-11-11 Thread jeff
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 t