I've installed phpMyAdmin 2.5.7 on my web server at my ISP (late-model Apache). The top-level directory holding the pma files is MyAdmin. When I open /MyAdmin/index.php, the page looks like I would expect it to look - in the left frame it lists all the tables in the database, and correctly shows the number of rows in each table. However, clicking the name of any table causes the browser to try and open a page of the form /MyAdmin/phpMyAdmin-2.5.7-pl1/tbl_properties_structure.php?lang=en-iso-8859-1&server=1&db=DBName&table=tblTableName, where the "extra" directory "/phpMyAdmin-2.5.7-pl1" is inserted by the code that builds the nav frame.
My configuration file has
$cfg['PmaAbsoluteUri'] = 'http://www.my_domain.org/MyAdmin/';
Can anyone help me to understand what's going on and fix the problem?
Thanks in advance.
Jim

