I have the following dir structure in my Server 2019 IIS. C:\inetpub\wwwroot\typo3 main Typo3 Web site C:\inetpub\wwwroot\typo3\Homepage second Typo3 Web site C:\inetpub\wwwroot\typo3\Homepage\ahnen webtrees web site
If I call the webtrees via https://www.myUrl.de/ahnen it works fine. But if I try to use the sub-domain https://ahnen.myUrl.de I got the following error message:
Warning: require(C:/inetpub/wwwroot/Homepage/ahnen/typo3/sysext/core/Configuration/DefaultConfiguration.php): failed to open stream: No such file or directory in C:\inetpub\wwwroot\typo3\sysext\core\Classes\Configuration\ConfigurationManager.php on line 92 Fatal error: require(): Failed opening required 'C:/inetpub/wwwroot/Homepage/ahnen/typo3/sysext/core/Configuration/DefaultConfiguration.php' (include_path='.;C:\php\pear') in C:\inetpub\wwwroot\typo3\sysext\core\Classes\Configuration\ConfigurationManager.php on line 92
The setup of the sub-domain pointed to the same folder than https://www.myUrl.de/ahnen, as you could see in the error message. But I have absolutely no idea, why the system is expecting a typo3 installation. What could be create this problem?