http://localhost/phpmyadmin/index.php原因是你的目录是可以浏览的,其次是没有指定index.php为默认首页

解决方案 »

  1.   

    我的目录可以浏览,是什么意思?以前怎么不是这样.
    输入http://localhost/phpmyadmin/index.php,又报错: Internal Server Error
      

  2.   

    这应该是你的apache没有配置好。其他的php程序可以执行吗?
      

  3.   

    一段时间没用它,就不行了.
    记得以前输入http://localhost/phpmyadmin/就会弹出登陆密码的对话框.
      

  4.   

    http.conf
    设置为:
    DirectoryIndex index.php index.htm index.html
      

  5.   

    小问题,修改phpadmin/config.inc.php,有个要你修改phpadmin的绝对目录的地方,看着:
    /**
     * Your phpMyAdmin url
     *
     * Complete the variable below with the full url ie
     *    http://www.your_web.net/path_to_your_phpMyAdmin_directory/
     *
     * It must contain characters that are valid for a URL, and the path is
     * case sensitive on some Web servers, for example Unix-based servers.
     *
     * In most cases you can leave this variable empty, as the correct value
     * will be detected automatically. However, we recommend that you do
     * test to see that the auto-detection code works in your system. A good
     * 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.
     *
     * If the auto-detection code does work properly, you can set to TRUE the
     * $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
     */$cfg['PmaAbsoluteUri'] = 'http://localhost/phpadmin/';******就这需要修改。
    改目录为放置phpadmin的地方。**它的默认值为空**
      

  6.   

    改了httpd.conf之后,报错: Internal Server Error设置了$cfg['PmaAbsoluteUri'] = 'http://localhost/phpadmin/';问题依旧.(我的phpmyadmin安装在htdocs目录下)看来小问题变大了
      

  7.   

    换一个PHPMYADMIN试一下,我遇到一回PHPMYADMIN不好使,换一个就可以了。
      

  8.   

    在改了httpd.conf之后别忘了重新启动apache,修改诸有效
      

  9.   

    又下载了一个phpmyadmin解压缩,拷贝到htdocs目录下,还是不行呀
      

  10.   

    终于搞定了,是因为设了doc_root的原因
    这个帖子我怎么结呢?