symfony - Error when installing Symfony2 - "no route found" -
i try learn symfony2 personnal project. use linux ubuntu & mac os x yosemite.
i installed framework , created new project on 2 os.
but when go on project have 404 error message.
for more information use app8dev.php , find message:
no route found "get /" (from "http://localhost/my_project/web/")
- in app/cache/dev/classes.php @ line 2059
and log show me route error
- error - uncaught php exception symfony\component\httpkernel\exception\notfoundhttpexception: "no route found "get /" (from "http://localhost/my_project/web/")" @ /var/www/html/my_project/app/cache/dev/classes.php line 2059
i have problem on 2 os, can me ?
if have created new symfony project need setup controller , routes. see web page simple explanation of setting new controllers:
if have setup controller , route not working can view registered routes in application running command:
app/console router:debug
Comments
Post a Comment