/var/www/localhost/htdocs/phpmyadmin/config.inc.php /* $Id: config.inc.php,v 2.65 2005/08/23 23:08:21 lem9 Exp $ */ The default value after emerge was this...which is bad. $cfg['PmaAbsoluteUri'] = 'http://localhost//phpmyadmin'; This is the way my other machine emerged it, and this is the proper setting. $cfg['PmaAbsoluteUri'] = ''; Can not find any difference in configuration that would have caused this difference. Reproducible: Always Steps to Reproduce:
You most likely installed phpmyadmin using webapp-config -h localhost, or you have vhost_hostname="localhost" in /etc/vhosts/webapp-config.