Symfony 3 Apache 500 Internal Server Error
I'm using Symfony 3.2.3 and switched from PHP built-in Web Server to Apache ( http://symfony.com/doc/current/setup/web_server_configuration.html , Apache 2.4.18). It works for the root Symfony page ( http://example.com/ , without Symfony routing), but when I'm creating a controller with a routing (e.g. @Route("/development", name="development")), I got an Apache 500 Internal Server Error. When requesting this side (/development) with PHP built-in Web Server, it works fine. In Apache log I do not get any error message. PHP "display_error" is on, "error_reporting" is "E_ALL" and there is no