On Jun 26, 2006, at 1:54 AM, Jon Bennett wrote:
> >> 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!? > > I'd recommend setting up virtual hosts on mac os x for development, > this way you can mimic a live server environment pretty darn well, not > as hard as it sounds (or used to be) thanks to: > http://www.patrickgibson.com/utilities/virtualhost/ > > then, for each new cake site you work on, you can drop a entirely new > cake default install in the root of your virtual host - something like > /Users/adrien/Sites/mydomain.dev - and everything will work without > any modifications. This setup is great to have, but not a requirement. You might want to make sure your AllowOverride directive is in the correct place though if your webroot is somewhere other than /Library/Webserver/Documents. There are a few directories you can have the AllowOverride statment - are you sure its in the directory that reflects your DocumentRoot? Also - make sure that mod_rewrite is actually being loaded. -- J --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
