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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -