Follow tutorial from here. Here u can see my project and create Controller by follow tutorial:
Then I try with this URL domain/Symfony/web/ and I get standard welcome page:
Then I try to allow my new controller from tutorial (first image) with this URL web/lucky/number and get this:
Oops! An Error Occurred The server returned a "404 Not Found". Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
Then try without /web same error.
domain/Symfony/web/app_dev.php. With this you should get a more informative error message, if the error occurs at all. If it works fine in dev environment it's probably just a cache problem and you need to clear theprodcache - Joe