Hello,
I have copied my local DDEV installation to the server, imported the database and corrected the base-url.
The backend works perfect, but if I try to show my page I get an 404-error that says no site configuration found.
The site was working in DDEV…
I checked the /config/site/main/config.yaml → the pageID is correct, the base-url is correct.
I also checked that the url can be accessed with a file info.php. That worked.
I have no idea what to do now ?!?!?!
Did you try to clear all caches? That could be done either in the TYPO3 Install Tool => Maintenance or on the command line with ./vendor/bin/typo3 cache:flush.
*Do you have actual sys_template records that would be parsed on your page request?
You mean showing any other page than start-page from the BE?
If, yes - same result on other pages.