I installed ISPconfig3 on Debian 6 and I am unable to access to myphpadmin from ISPconfig3. The database icon button on the right points to: "https://MyServer:MyPort/sites/database_phpmyadmin.php?id=1" and doesn't work. Please notice that the ISPconfig address is "https://MyServer:MyPort" and it works and that "http://MyServer/phpmyadmin" works too. I would like to use https link from ISPconfig3. Thanks.
I already tried this but the result doesn't change. For example, if I put "phpadm"in the field system> inteface config> PHPMyAdmin URL the URL becomes: "https://MyServer:MyPort/sites/database_phpmyadmin.php?id=1" but pressing the icon this page is called: "https://MyServer:MyPort/sites/phpadm" that returns the following error: Not Found The requested URL /sites/phpadm Was not found on this server. I forgot to mention that webmin is installed on the server.
You have to enter the full URL there were you can reach the phpmyadmin contralpanel starting with http:// or https://. Its just a link, so if the URL works from your browser address bar to reach phpmyadmin, then it will work there too if you enter it in the phpmyadmin field.
Sorry Till, it's an URL. HTTP access now works. As soon as possible I will try to configure access via HTTPS following this article: http://www.howtoforge.com/extending-perfect-server-debian-squeeze-ispconfig-3 Thanks!