When just using with the Host rule it works perfectly fine. But I want to be able to do e.g. subdomain.domain.com/subdirectory for service 1 and subdomain.domain.com/subdirectory2 for service 2
I also tried - "traefik.http.routers.typo3-${NAMEOFSERVICE}.rule = Host(`${HOSTNAME}`) && PathPrefix(`${DIRECTORY}`)" but I get the same error in the log and 404.
More detailed:
I have a Typo3 Stack where when opening the first time I am redirected to the setup. When accessing subdomain.domain.com/foo I get redirected to subdomain.domain.com/typo3/install.php --> I am not in the subdirectory anymore and thus it does not work.