php - Symfony 2: "No route found for "GET /" - error on fresh installation -


i'm trying begin education of symfony 2 , started tutorial. 1 of first things tried install symfony 2 , configure it. when i'm trying access http://127.0.0.1:8000/ i'm getting incomplete site error:

error - uncaught php exception symfony\component\httpkernel\exception\notfoundhttpexception: "no route found "get /"" @ /home/spectator/webprojects/cls/app/cache/dev/classes.php line 2059

things i've tried far: clearing cache (php app/console cache:clear --env=prod --no-debug), recursively changing permissions folder cls (symfony 2 folder) 775 , 777 (for diagnostics purposes), adding "/" route routing.yml , routing_dev.yml, reinstalling , re-chmod symfony 2.

try http://localhost:8000/app/example

fresh installation has no routes root path "/"


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -