you should - if you have access - always use the full document root (down to webroot) /Users/koreill1/Sites/cake/app/webroot/
then your file is accessable with http://localhost/css/cake.generic.css and everything should work i recommend using virtual host domains for your different projects: http://www.dereuromark.de/2011/05/29/working-with-domains-locally/ but besides that it might be possible that mod rewrite is still not active did you restart apache? did you check phpinfo? On 16 Aug., 05:42, koreill1 <[email protected]> wrote: > I've been trying for hours and days to get cake setup on my new mac > laptop. I've got it setup on my iMac fine, so I'm not sure what the > problem is. > > I have cake unpacked in /Users/koreill1/Sites/ ... the .htaccess files > are there and readable. > > I modified my httpd.conf file so that mod_rewrite is uncommented and > enabled. > > I set DocumentRoot to '/Users/koreill1/Sites/' > > I have "Allowoverride All" set in both Directory / and my document > root. > > I'm trying to open cake athttp://localhost/cake/... it opens without > CSS styling, even though I can > seehttp://localhost/cake/app/webroot/css/cake.generic.css > is there. > > I feel like i'm going crazy, but I can't get css/mod_rewrite working! > Appreciate your help. > > -Kyle -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
