I've just installed phpMyAdmin.
If I have the line
$cfg['PmaAbsoluteUri '] = 'http://localhost/php/phpmyadmin';
in my config.inc.php I can login to phpMyAdmin without any problems from my
local machine. But it's not working from the Internet.
To access it from the Internet I have modify the line
$cfg['PmaAbsoluteUri '] = 'http://www.myserver.co m/php/phpmyadmin';
But now I'm not able to access it from the local machine.
Is there any solution for my problem?
Stefan
If I have the line
$cfg['PmaAbsoluteUri '] = 'http://localhost/php/phpmyadmin';
in my config.inc.php I can login to phpMyAdmin without any problems from my
local machine. But it's not working from the Internet.
To access it from the Internet I have modify the line
$cfg['PmaAbsoluteUri '] = 'http://www.myserver.co m/php/phpmyadmin';
But now I'm not able to access it from the local machine.
Is there any solution for my problem?
Stefan
Comment