When a normal user logs in to ISPConfig and goes to the databases-tab and then launches phpmyadmin, the result is a blank page. The url that is opened is http://webserver.jocan.local:8080/sites/database_phpmyadmin.php?id=1 but this url resolves to http://webserver.jocan.local/phpmyadmin/ and shows a blank page... Code: [root@webserver ~]# service mysqld status mysqld (pid 31663) is running... [root@webserver ~]# service httpd status httpd (pid 32018) is running... Code: [root@webserver ~]# cat /etc/httpd/conf.d/phpmyadmin.conf # # Web application to manage MySQL # #<Directory "/usr/share/phpmyadmin"> # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 #</Directory> Alias /phpmyadmin /usr/share/phpmyadmin Alias /phpMyAdmin /usr/share/phpmyadmin Alias /mysqladmin /usr/share/phpmyadmin Followed this guide.
same issue here. running the perfect server debian (latest) howto with ispcfg 3 manually typing the right i.e. http://webserver.jocan.local:8080/phpmyadmin/ works though its just hte link from the control panel (ispcfg3) that is not working.... (not resolving correctly just like jonaskellens reports)