我的phpMyAdmin-3.4.7-all-languages按足这些
$cfg['PmaAbsoluteUri'] 
$cfg['Servers'][$i]['host'] 
$cfg['Servers'][$i]['port'] 
$cfg['Servers'][$i]['user'] 
fg['Servers'][$i]['password'] 
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['blowfish_secret'] = '';
配置安装后。在浏览器输入http://localhost/phpmyadmin/后,就出现了404错误:
The requested URL /phpmyadmin/ was not found on this server.我phpMyAdmin-3.4.7-all-languages文件夹放在Apache2.2\htdocs里,就是那个web目录。
请问要怎么解决啊。各位大侠。。

解决方案 »

  1.   

    404是找不到文件错误
    你的文件夹是 phpmyadmin么?
      

  2.   

    $cfg['PmaAbsoluteUri']  = ‘http://localhost/phpmyadmin/’
      

  3.   

    其实我一开始$cfg['PmaAbsoluteUri'] = ‘http://localhost/phpMyAdmin-3.4.7-all-languages’
      

  4.   

    下面可能还有一个phpmyadmin文件夹。进去之后有个index.php文件
    默认的入口地址应该是这个。
      

  5.   

    难道就不能一下就打开哪个登录页面吗?那$cfg['PmaAbsoluteUri']配置不就没用了么 =郁闷了。
    只能直接打开pmd_common.php来登录。。
      

  6.   

    有个index.php,但里面没有phpmyadmin文件夹