Re: Cake setup on OS X - no CSS/img t

2006-06-26 Thread believ3r

I've modified my httpd conf to read:

DocumentRoot /Users/adrien/Sites

Files there are accessible to me via http://127.0.0.1/filename

As a result, I store all my sites in my Sites folder, and coeus is one
folder directly within Sites - so accessible 'automatically' via
http://127.0.0.1/coeus/

So I don't *think* its an alias!?

Cheers


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Cake setup on OS X - no CSS/img t

2006-06-25 Thread believ3r

Hi

I've just been struggling over the past few days to get Cake running on
my Macbook Pro.
Everything works fine, except for the default setup page lacking images
and

Research suggested this was a mod_rewrite issue, but I haven't tracked
down the correct solution.

My httpd.conf is set to AllowOverride All , my .htaccess files are all
there  correct...

I've saved everything into my default webroot (i.e. what I access when
i go to http://127.0.0.1/coeus ) (coeus is just the name of the
software I'm writing)
ie
coeus/
   app/
   cake/
   vendors/
   .htaccess
   index.php

Basically, the link to the CSS in the source is /css/cake.basic.css -
which doesn't exist from the browsers' perspective when it accesses
coeus/

I can provide any 'debugging' info you want :-)

Cheers!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---