我正在使用WAMP。
httpd.conf如下:
<Directory />
AllowOverride none
Require all denied
Allow from all
</Directory>
PHPMyadmin别名
alias /phpmyadmin "c:/wamp64/apps/phpmyadmin4.6.4/"
<Directory "c:/wamp64/apps/phpmyadmin4.6.4/">
Options Indexes FollowSymLinks MultiViews
AllowOverride none
Require all granted
<ifDefine APACHE24>
Require all granted
</ifDefine>
<ifDefine !APACHE24>
Order Deny,Allow
Deny from all
Allow from all
</ifDefine>
答案 0 :(得分:0)
错误已解决
在虚拟主机中我做了这个改变
HostName test.test.de DocumentRoot / var / www / xxx /
1 2 3 4
Steve Koka Putin Barack