I had the same problem just now... turns when I unzipped the archive, the .htaccess file didn't get expanded (or didn't come in the archive, I'm not sure). I used Stuffit expander on OS X.
All I did to fix it was drop to a command line and copy the .htaccess file from another cake install to the root of my new install. Worked straight away. Good luck! On Jul 11, 2:27 pm, Harro <[EMAIL PROTECTED]> wrote: > Thanks all for the replys, it turned out for some reason mod_rewrite > had been turned off. Its working fine now. > > On Jul 3, 4:43 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > I believe Harro and I are having the exact same problem. I am trying > > to run this as a development setup .When I point the browser to > > 'localhost/cake' and I look at the source, I see the following: > > <link rel="stylesheet" type="text/css" href="/css/cake.generic.css" /> > > > Clearly, this is pointing to nothing. However, when I point the > > browser to localhost/cake/app/webroot the same line read the > > following: > > <link rel="stylesheet" type="text/css" href="/cake/css/ > > cake.generic.css" /> > > > I have mod_rewrite enabled. I assume there is a setting I need to > > change. Would it just be easier to move the webroot folder out of /app > > and set the path manually. Also, if I change the Apache DocumentRoot > > to to the app/webroot folder (i.e. production setup) everything works > > fine. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
