1. <tfoot id='Mv5YY'></tfoot><legend id='Mv5YY'><style id='Mv5YY'><dir id='Mv5YY'><q id='Mv5YY'></q></dir></style></legend>
    2. <small id='Mv5YY'></small><noframes id='Mv5YY'>

        <bdo id='Mv5YY'></bdo><ul id='Mv5YY'></ul>
      1. <i id='Mv5YY'><tr id='Mv5YY'><dt id='Mv5YY'><q id='Mv5YY'><span id='Mv5YY'><b id='Mv5YY'><form id='Mv5YY'><ins id='Mv5YY'></ins><ul id='Mv5YY'></ul><sub id='Mv5YY'></sub></form><legend id='Mv5YY'></legend><bdo id='Mv5YY'><pre id='Mv5YY'><center id='Mv5YY'></center></pre></bdo></b><th id='Mv5YY'></th></span></q></dt></tr></i><div id='Mv5YY'><tfoot id='Mv5YY'></tfoot><dl id='Mv5YY'><fieldset id='Mv5YY'></fieldset></dl></div>

        更改 documentroot 后,xampp 仍然使用默认的 phpmyadmin

        after changing documentroot, xampp still using default phpmyadmin(更改 documentroot 后,xampp 仍然使用默认的 phpmyadmin)
        <tfoot id='QjrF4'></tfoot>

              <legend id='QjrF4'><style id='QjrF4'><dir id='QjrF4'><q id='QjrF4'></q></dir></style></legend>
                  <tbody id='QjrF4'></tbody>

                <small id='QjrF4'></small><noframes id='QjrF4'>

                <i id='QjrF4'><tr id='QjrF4'><dt id='QjrF4'><q id='QjrF4'><span id='QjrF4'><b id='QjrF4'><form id='QjrF4'><ins id='QjrF4'></ins><ul id='QjrF4'></ul><sub id='QjrF4'></sub></form><legend id='QjrF4'></legend><bdo id='QjrF4'><pre id='QjrF4'><center id='QjrF4'></center></pre></bdo></b><th id='QjrF4'></th></span></q></dt></tr></i><div id='QjrF4'><tfoot id='QjrF4'></tfoot><dl id='QjrF4'><fieldset id='QjrF4'></fieldset></dl></div>
                • <bdo id='QjrF4'></bdo><ul id='QjrF4'></ul>
                • 本文介绍了更改 documentroot 后,xampp 仍然使用默认的 phpmyadmin的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我使用 XAMPP 来安装 Apache、PHP、MySQL.

                  I used XAMPP to install Apache, PHP, MySQL.

                  然后我个性化了 c:xamppapacheconfhttpd.conf 文件:

                  I then personalized the c:xamppapacheconfhttpd.conf file thusly:

                  # DocumentRoot "C:/xampp/htdocs"
                  DocumentRoot "C:UsersedwardDocumentswebs"
                  
                  # <Directory "C:/xampp/htdocs">
                  <Directory "C:UsersedwardDocumentswebs">
                  

                  我现在可以放置网站,例如这里:

                  I now can put websites e.g. here:

                  C:UsersedwardDocumentswebs	est
                  

                  这里是哪个地图:

                  http://localhost/test/
                  

                  但是,当复制到我自己的 phpmyadmin 站点时:

                  However, when copied in my own phpmyadmin site here:

                  C:UsersedwardDocumentswebsphpmyadmin
                  

                  我注意到网址:

                  http://localhost/phpmyadmin
                  

                  仍然指向:

                  C:xamppphpMyAdmin
                  

                  这是在哪里设置的以及如何更改它以便 URL http://localhost/phpmyadmin 映射到 C:UsersedwardDocumentswebsphpmyadmin?

                  Where is this being set and how can I change it so that the URL http://localhost/phpmyadmin maps to C:UsersedwardDocumentswebsphpmyadmin?

                  推荐答案

                  这是因为 xampp 使用 aliashttp://localhost/phpmyadmin 指向 xampp的phpmyadmin路径

                  It's because xampp uses an alias for pointing http://localhost/phpmyadmin to xampp's phpmyadmin path

                  所以你可以做的是,在你的 httpd.conf 中找到 Alias/phpmyadmin 并将其替换为 Alias/xphpmyadmin 甚至 <代码>别名/phpmyadmin2.如果这样做,您将不会与 webs 文件夹中的 phpmyadmin 文件夹发生冲突.

                  So what you can do is, find Alias /phpmyadmin in your httpd.conf and replace it with Alias /xphpmyadmin or even Alias /phpmyadmin2. If you do this, you will not have conflict with having a phpmyadmin folder in your webs folder.

                  这篇关于更改 documentroot 后,xampp 仍然使用默认的 phpmyadmin的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                  <tfoot id='GslYG'></tfoot>
                  <legend id='GslYG'><style id='GslYG'><dir id='GslYG'><q id='GslYG'></q></dir></style></legend>

                    <tbody id='GslYG'></tbody>
                        <bdo id='GslYG'></bdo><ul id='GslYG'></ul>

                        <small id='GslYG'></small><noframes id='GslYG'>

                        <i id='GslYG'><tr id='GslYG'><dt id='GslYG'><q id='GslYG'><span id='GslYG'><b id='GslYG'><form id='GslYG'><ins id='GslYG'></ins><ul id='GslYG'></ul><sub id='GslYG'></sub></form><legend id='GslYG'></legend><bdo id='GslYG'><pre id='GslYG'><center id='GslYG'></center></pre></bdo></b><th id='GslYG'></th></span></q></dt></tr></i><div id='GslYG'><tfoot id='GslYG'></tfoot><dl id='GslYG'><fieldset id='GslYG'></fieldset></dl></div>