Hilfe Warnung: Sie betreten Matomo aktuell von https://piwik.wzb.eu/index.php, allerdings wurde Matomo so konfiguriert, dass es unter dieser Adresse läuft: https://matomo.wzb.eu/index.php.

Hier klicken um Matomo sicher zu betreten und die Warnung zu entfernen. Zusätzlich können Sie den Matomo Administrator kontaktieren und ihn auf dieses Problem hinweisen (Hier klicken um eine E-Mail zu senden).

How do I fix this problem and how do I login again?
The Matomo Super User can manually edit the file /path/to/matomo/config/config.ini.php and add the following lines:

[General]
trusted_hosts[] = "piwik.wzb.eu"
After making the change, you will be able to login again.

You may also disable this security feature (not recommended). To do so edit config/config.ini.php and add:

[General]
enable_trusted_host_check=0