Hallo Zusammen,
Wir haben aktuell in unseren SW6 Shops das Problem, dass der Adminbereich mit aktiviertem Verzeichnisschutz (.htaccess + .htpasswd) nicht mehr funktioniert.
Nach dem Login wird nur eine weiße Seite geladen.
In der Log-Datei (var/log) werden bspw. folgende Meldungen geschrieben:
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/administration/static/img/favicon/favicon-16x16.png"" at /var/www/clients/client47/web321/web/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/administration/static/img/favicon/favicon-16x16.png\" at /var/www/clients/client47/web321/web/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/administration/static/img/favicon/favicon-16x16.png/\". at /var/www/clients/client47/web321/web/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
oder
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/administration/static/img/favicon/android-chrome-256x256.png"" at /var/www/clients/client47/web321/web/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/administration/static/img/favicon/android-chrome-256x256.png\" at /var/www/clients/client47/web321/web/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/administration/static/img/favicon/android-chrome-256x256.png/\". at /var/www/clients/client47/web321/web/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
Ich vermute, dass versucht wird die entsprechenden Bilder/Icons für den Adminbereich zu laden, dies allerdings per Request nicht funktioniert, da aufgrund des Verzeichnisschutzes ein Benutzer+Passwort benötigt wird.
Gibt es Ideen/Lösungen, wie wir dieses Problem beheben können?
Viele Grüße
Dennis