@Nuxwin
You are in no way annoying me! I'm very happy that you try to help me!
I tried different configurations.
1. Try: I just let everything like it is. I just changed the username and the password. Everything else was perfect for me.
2. Try: I set
- $secondaryDnsUsername = '';
to disable the authentication for testing purposes.
3. Try: I set
- $setOnlyAccessableBySecondaryDnsServer = 0;
so that any host can access the transfer script for testing purposes.
4. Try: I set
- $manualSecondaryDnsServers = 'xxx.xxx.xxx.xxx';
to manually specify my name servers for testing purposes.
5. Try: I discovered the the "domain" folder won't be created under /var/www/imscp/gui/public so I played a bit with
- $htpasswdFilePath = $main::imscpConfig{'GUI_PUBLIC_DIR'} . '/domain/.htpasswd';
and with
- $transferScriptFilePath = $main::imscpConfig{'GUI_PUBLIC_DIR'} . '/domain/index.php';
No luck. Nothing worked. The "domain" folder just does not get created.
Like I said, my "dream configuration" would be just the default configuration. I would only change the username and the password.
Thanks in advance!