after changing documentroot, xampp still using default phpmyadmin

前端 未结 2 957
粉色の甜心
粉色の甜心 2021-01-16 17:06

I used XAMPP to install Apache, PHP, MySQL.

I then personalized the c:\\xampp\\apache\\conf\\httpd.conf file thusly:

# DocumentRoot \"C:         


        
2条回答
  •  感动是毒
    2021-01-16 17:53

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

    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.

提交回复
热议问题