With this diff : n22 /var/www/localhost/htdocs/phpmyadmin # diff -u config.default.php config.inc.php --- config.default.php 2006-03-14 17:53:56.000000000 +0100 +++ config.inc.php 2006-03-14 17:53:03.000000000 +0100 @@ -28,7 +28,7 @@ * test is to browse a table, then edit a row and save it. There will be * an error message if phpMyAdmin cannot auto-detect the correct value. */ -$cfg['PmaAbsoluteUri'] = 'http://localhost//phpmyadmin'; +$cfg['PmaAbsoluteUri'] = ''; /** * Disable the default warning that is displayed on the DB Details Structure page if I prevent some nagging bugs, eg, no icons on the left side, no update of the table list on the left side after changing a database and so on.
Well, no - this fix is wrong. You only get localhost when not using vhosts use flag, and in such case localhost is correct. Otherwise, you'll get URL for the given vhost you are installing phpmyadmin to.