Matomo with IIS

Hello!

I am stuck in matomo installation step 3:
Database Server: 127.0.0.1
User: matomo
dbName: matomo
prefix: matomo_

I have a problem setting up Matomo on premise.
The starting position is as follows:
I made the following tutorial on IIS.

When I click next, then this happens:

HTTP Error 404.0 - NOT Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

I configured my mysql with this tutorial: https://matomo.org/faq/matomo-on-windows/how-do-i-install-and-configure-mysql-on-windows-for-matomo/

In my config.ini.php File I see the host, username, password, dbname.

Why it get crashed with the 404 Not found Error?

Thanks in advance!

Can you check the missing file (the one that “generated” the 404) is available in your server? (and readable by IIS)
If not, try first to check its presence in the installation ZIP file.
And if absent from the ZIP, try to download it again… ?

“…/matomoHost/index.php?action=tablesCreation&clientProtocol=https&module=Installation”

ist die URL.

Looking at:

404.18 - Querystring sequence denied.

Have a look at:

Thank you very much!