我在目录 E:/xampp 上安装了 xampp ,如何访问 localhost/phpmyadmin
I installed xampp on Directory E:/xampp , how to access localhost/phpmyadmin
我在非默认目录 E:
上安装了 xampp
,现在我无法访问 phpmyadmin
和我在 E:/htdocs
文件夹中的应用程序。我该怎么做?
打开位于 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:
...
首先,你必须把你的xampp安装在C目录下,然后你就可以正常访问你的phpmyadmin了
我在非默认目录 E:
上安装了 xampp
,现在我无法访问 phpmyadmin
和我在 E:/htdocs
文件夹中的应用程序。我该怎么做?
打开位于 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:
...
首先,你必须把你的xampp安装在C目录下,然后你就可以正常访问你的phpmyadmin了