【问题标题】:I installed xampp on Directory E:/xampp , how to access localhost/phpmyadmin我在目录 E:/xampp 上安装了 xampp,如何访问 localhost/phpmyadmin
【发布时间】:2015-09-25 11:00:52
【问题描述】:

我在非默认目录E: 上安装了xampp,现在我无法访问phpmyadminE:/htdocs 文件夹中的应用程序。我该怎么做?

【问题讨论】:

    标签: phpmyadmin xampp


    【解决方案1】:

    打开位于conf 文件夹下的httpd.conf 文件 apache 文件夹。 (apache/conf/httpd.conf)

    在文本编辑器中编辑它并更改根目录的路径。

    DocumentRoot "d:/newdirectory_name"
    ...
    ...
    <Directory "d:/newdirectory_name">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    ...
    

    【讨论】:

    • 这里是DocumentRoot "E:/xampp/htdocs" &lt;Directory "E:/xampp/htdocs"&gt; # # Possible values for the Options directive are "None", "All", # or any combination of:
    • 我不确定,但我认为首先你想配置你的 apache php.ini 像 [XDebug] ;zend_extension = "C:\xampp\php\ext \php_xdebug.dll" ;xdebug.profiler_append = 0 ;xdebug.profiler_enable = 1 ;xdebug.profiler_enable_trigger = 0 ;xdebug.profiler_output_dir = "C:\xampp\tmp" ;xdebug.profiler_output_name = "cachegrind.out.%t-% s" ;xdebug.remote_enable = 0 ;xdebug.remote_handler = "dbgp" ;xdebug.remote_host = "127.0.0.1" ;xdebug.trace_output_dir = "C:\xampp\tmp"
    【解决方案2】:

    首先,你必须将你的xampp安装在C目录下,然后你就可以毫无问题地访问你的phpmyadmin了

    【讨论】:

    • 解释步骤
    • 如果我告诉你一个非常简单的方法来解决这个问题,那就是卸载你的 xampp 并再次安装它。在第三步的安装过程中,选择你的路径C:/xampp。那么你的这个问题就可以解决了。
    猜你喜欢
    • 2012-10-10
    • 2016-01-22
    • 2013-08-10
    • 2016-01-12
    • 2020-06-20
    • 2012-06-26
    • 2017-08-24
    • 2017-02-12
    • 2014-11-23
    相关资源
    最近更新 更多