HI all I have set the path as follows [SERVERNAME]:8081/phpmyadmin When I try to access the database the path used is as follows: myserver.com%20:8081/phpmyadmin with the %20 added and it does not work then, it works if i manually remove the %20? I removed the https:// from the links Regards
This setting you made is wrong. You missed the protocol in the URL. It has to be: https://[SERVERNAME]:8081/phpmyadmin
Then check the server hostname name setting you made in ISPConfig, likely you added a whitespace there at the end of the server name.
You must have one there, double check it. You likely looked at the wrong field. I tested it and the phpmyadmin link with [SERVERNAME] works perfectly fine in ISPConfig, the placeholder [SERVERNAME] gets simply replaced with server name as it should be.