Symphony Exception bei frischer Installation Shopware 6

Neuen vHost bei Profihost angelegt.
Alles soweit „normal“ konfiguriert.
php8.2
shopware-installer.phar.php ins Hauptverzeichnis

Dann erhalte ich allerdings sowas. (siehe unten)
Was ich bemerke ist, dass in der URL ein zweiter „/“ nach dem Aufruf der URL eingefügt wird.

Eine andere SW6DEV läuft stattdessen mit den gleichen Konfigurationen sauber.

An was könnte es liegen?

Gruß hanfmuffel

====
Symfony\Component\HttpKernel\Exception
NotFoundHttpException

Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#292
-statusCode: 404
-headers:
}

in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/http-kernel/EventListener/RouterListener.php (line 127)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/event-dispatcher/EventDispatcher.php → onKernelRequest (line 260)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/event-dispatcher/EventDispatcher.php :: Symfony\Component\EventDispatcher{closure} (line 220)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/event-dispatcher/EventDispatcher.php → callListeners (line 56)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/http-kernel/HttpKernel.php → dispatch (line 142)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/http-kernel/HttpKernel.php → handleRaw (line 74)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/http-kernel/Kernel.php → handle (line 197)
Kernel->handle()
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/index.php (line 32)
Phar::webPhar()
in /home/epexueqo/www.domain.de/shopware-installer.phar.php (line 66)

===
Symfony\Component\Routing\Exception
ResourceNotFoundException
No routes found for „//shopware-installer.phar.php/“.

in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php (line 74)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/routing/Matcher/UrlMatcher.php → match (line 97)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/routing/Router.php → matchRequest (line 237)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/http-kernel/EventListener/RouterListener.php → matchRequest (line 105)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/event-dispatcher/EventDispatcher.php → onKernelRequest (line 260)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/event-dispatcher/EventDispatcher.php :: Symfony\Component\EventDispatcher{closure} (line 220)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/event-dispatcher/EventDispatcher.php → callListeners (line 56)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/http-kernel/HttpKernel.php → dispatch (line 142)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/http-kernel/HttpKernel.php → handleRaw (line 74)
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/vendor/symfony/http-kernel/Kernel.php → handle (line 197)
Kernel->handle()
in phar:///home/epexueqo/www.domain.de/shopware-installer.phar.php/index.php (line 32)
Phar::webPhar()
in /home/epexueqo/www.domain.de/shopware-installer.phar.php (line 66)

========
HTACCESS

AddHandler php-fastcgi8.2 .php .phtml
DirectoryIndex index.html index.php

Options -MultiViews # Restrict access to VCS directories RedirectMatch 404 /\\.(svn|git|hg|bzr|cvs)(/|$)
# Restrict access to root folder files
RedirectMatch 404 /(composer\.(json|lock|phar)|README\.md|\.gitignore|.*\.dist|\.env.*)$