Did you check the manual section on installing
(http://manual.cakephp.org/chapter/installing) ?  Most OSX
installations are configured to work with Cake from the get-go,
complete with fancy URL rewriting at no extra charge, and no settings
tweakage.

You should be able to dump your Cake install to any subfolder in your
web root (usually /Library/WebServer/Documents) and be able to load it
up right away.

If it's still not working, check your phpinfo() to see if mod_rewrite
is installed and enabled.  (In your httpd.conf, you should also make
sure that all AllowOverride settings are set to "all".)  If not, and
you just can't get it working, go into /app/config/core.php and
uncomment the BASE_URL define.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to