希望引起用户RiggsFolly(或任何知识渊博的人)的注意,因为我遇到了如下所示出现虚拟主机列表的问题:http://forum.wampserver.com/read.php?2,127757
我的主人档案:
127.0.0.1 localhost
127.0.0.1 testing
::1 localhost
::1 testing
我的http-vhosts文件:
<VirtualHost *:80>
DocumentRoot "c:/wamp/www"
ServerName localhost
ServerAlias localhost
<Directory "c:/wamp/www">
AllowOverride All
Require local
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "c:/wamp/www/testing"
ServerName testing
<Directory "c:/wamp/www/testing">
AllowOverride All
Require local
</Directory>
</VirtualHost>
我已取消注释&#34;包括conf / extra / httpd-vhosts.conf&#34; http.conf文件中的行。我停下来重新启动了dnscache,并重新启动并刷新了wamp服务几次。我添加了&#39 ;; WAMPVHOSTSUBMENU&#39;在wampmanager.tpl文件中的正确位置。
基本上我遵循了这封信的指南,而vhosts列表却没有出现。我知道我在这个问题上并不孤单,我可以看到其他人在那里,但我找不到解决方案。
任何帮助表示感谢。