/css/cake.generic.css is correct - you should never see the "webroot" in the url
If mod_rewrite is enabled, are you sure you haven't removed any .htaccess files? If mod rewrite is disabled, are you sure you haven't removed any index.php files? if you have /var/www/html/cake/app/webroot then there should also be /var/www/html/cake/.htaccess /var/www/html/cake/app/.htaccess /var/www/html/cake/app/webroot/.htaccess plus "index.php" files in each of those locations too. On Jun 5, 7:17 am, spamguy <[EMAIL PROTECTED]> wrote: > I am running Cake 1.2 and just got my first test app running. By 'test > app,' I mean basically the factory web page with a line or two of PHP > to make sure everything's wired. > > If I visithttp://localhost/<appname>, I get /webroot without CSS > styling. Studying the source makes the reason obvious: > CakePHP seems to be looking for CSS in the wrong place. It accesses > <appname>/css/cake.generic.css (which doesn't exist) instead of > <appname>/webroot/css/cake.generic.css. > > I've already seen the same topic > athttp://groups.google.com/group/cake-php/browse_thread/thread/b80f8013... > , but none of the advice seems to apply. mod_rewrite is turned on, > httpd.conf should be configured properly. Any other thoughts? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
