FIXED Not trusted domain, propably caused by alias vhost configuration in Apache

Hi,

I installed Nextcloud with the function Alias in the configuration of the vhost.

Alias /data /var/www/html/nextcloud

Now we are using the FQDN of this host internally wiki.DN.local
If I try to locat wiki.DN.local/data , I get the response that it isn’t a trusted domain.

Names are allready in tusted domains in the config:
‘trusted_domains’ =>
array (
0 => ‘192.168.100.22’,
1 => ‘http://wiki.dn.local’,
2 => ‘http://wiki.dn.local/data’,
),
‘overwrite.cli.url’ => ‘http://192.168.100.22/data’,

How could I fix this behaviour?

Thanks in advance and merry christmas

FIXED: removed http in trusted Domains and removed Domain Number 2.