Reputation: 1140
I am taking over a project from someone else that left. I'm currently trying to set up my environment. When I look at the application on the server, everything works fine. But when I download it and try to set up things locally, none of the stylesheets get read. None of the links work when I click on them either.
I think all of the paths just got thrown out of whack, but I'm not sure how to fix it. I'm using wamp and cake 2.0.
I also found a few things on cake's site that didn't seem to help .
If anybody can point me in the correct direction, I'd appreciate it.
Upvotes: 0
Views: 145
Reputation: 4313
Make sure you delete the contents (leave the directories in place and delete the files) of /app/tmp/
Upvotes: 0
Reputation: 522015
So you have something to accept:
You forgot to copy your .htaccess file(s).
Upvotes: 3