Migration to root; old path seems to be remembered

Hello,

I had to migrate my Nextcloud 14.0.3 - installation from mydomain/nc to nc.mydomain, so now nextcloud is at root. Unfortunately on sync (davdroid, (https) nc.mydomain.com/remote.php/dav) the apache-access.log shows
…“PROPFIND /nc/remote.php/caldav/ HTTP/1.1”…
That means, remote.php is searched at the old place (nc). At the clients I already have changed the path, so I don’t know, where the /nc/ comes from.

I changed in /config/config.php:
array (
0 => ‘nc.mydomain’,
),
‘overwrite.cli.url’ => ‘https://nc.mydomain/’,
‘check_for_working_wellknown_setup’ => true,
‘check_for_working_htaccess’ => true,
‘htaccess.RewriteBase’ => ‘/’,

Of course, I created a new .htaccess by occ. In the first try after login the activated app AppOrder caused trouble. The path /nc/ was still used by it. So I had to remove this app. By the way, how to reset the app AppOrder-settings? My sync-problem persists.

Is there an idea, why remote.php is still searched in /nc/?

Thank you,
Stefan

Sorry, I am not allowed to post more than 4 links, this is why I changed mydomain.com in mydomain…

Hello,

sorry again, it was my failure. I forgot one Android-app to re-configure! Now it works.

Stefan