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 -~----------~----~----~----~------~----~------~--~---
