I'm developing Symfony2 projects on Mac OSX Mountain Lion. I started a new project with the latest 2.2.1 version. Everything works fine in the dev environment, but when I want to test the prod environment with app.php
it redirects me automatically to http://localhost
and displays the default page "It works!".
My other projects, that are still in version 2.1, work fine even in the prod environment. I didn't do anything different with this project, and I can't figure out how to get it working.
All my projects are in separate folders in my ~/Sites
directory.