I just installed Ispconfig with Ubuntu 16.04. I followed the documentation on https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/ exactly (used copy/paste for everything). Everything seems to work, I can access ispconfig on https://mydomain.com:8080/, only phpadmin I used to access on http://mydomain.com:8081/phpmyadmin/index.php (on another server) gives me php source code. Phpmyadmin on https://mydomain.com:8080/phpmyadmin/index.php and on https://mydomain.com/phpmyadmin/index.php seems to work ok. I have read the comments in the totorial, tried "sudo apt-get install php-gettext", "dpkg-econfigure phpmyadmin" but this doesn't help. Someone else suggested that maybe mod_php isn't installed but I think it is. ls -la /etc/apache2/mods-enabled/php* gives me php7.0.conf and php7.0.load. If I try to install libapache2-mod-php it says that it is already installed. Is there any way to fix this ? And do I have to ?