I try to learn Symfony2 for a personnal project. I use Linux Ubuntu & Mac Os X Yosemite.
I installed the framework and created a new project on those two OS.
But when i go on my project i have a 404 error message.
For more information i use app8dev.php and i find this message:
No route found for "GET /" (from "http://localhost/my_project/web/")
- in app/cache/dev/classes.php at line 2059
And my Log show me this route error
- ERROR - Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://localhost/my_project/web/")" at /var/www/html/my_project/app/cache/dev/classes.php line 2059
I have this problem on my two Os, someone can help me ?