I'm using CakePHP on a Mac (OS X 10.4). I installed XAMPP for Mac (http://www.apachefriends.org/en/xampp-macosx.html). I can get http://localhost to bring up the Cake start page properly, but doing the 15 min blog tutorial http://localhost/posts/index only works if I set this as my DocumentRoot:
/path/to/documentroot/app/webroot On Linux yesterday it would work with either of the following as DocumentRoot: /path/to/documentroot /path/to/documentroot/app/webroot I ensured I got a .htaccess file and that AllowOverride is set to All. Any ideas why this works strangely on Mac? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
