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 visit http://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 at http://groups.google.com/group/cake-php/browse_thread/thread/b80f80137baf1e1b/011bacffdee1cda8 , 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 -~----------~----~----~----~------~----~------~--~---
