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/")

  1. in app/cache/dev/classes.php @ line 2059

and log show me route error

  1. 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:

http://symfony.com/doc/current/book/page_creation.html

if have setup controller , route not working can view registered routes in application running command:

app/console router:debug 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -