I'm starting up a fresh project in Cake, so I downloaded the latest
version, built my models and controllers using $scaffold, but the app
is acting like mod_rewrite is not working. The .htaccess files are all
there.

I'm running a local setup using MAMP on OS X.

The odd thing is that I have another CakePHP setup on this same
computer that functions just fine.

Here's what happens:

If I go to http://localhost:8888/project/pages I get an Apache 404
error.

If I go to http://localhost:8888/project/index.php/pages I get the
expected output but the paths to the css files in the head are all
wrong.

It's exactly like the .htaccess files aren't there or mod_rewrite
isn't on, except that my other local CakePHP project works just as
expected.

Can anyone else think of what might be causing this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to