每次输入" localhost"我都会遇到一些奇怪的问题。在我的地址栏中,它总是重定向到localhost / projects。
我已经在httpd.conf中更改了配置
DocumentRoot "c:/wamp"
<Directory "c:/wamp">
和httpd-vhost.conf
DocumentRoot c:/wamp
<Directory "c:/wamp/">
并在etc / hosts文件中如下
# localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
::1 localhost
127.0.0.1 lmlicenses.wip4.adobe.com
127.0.0.1 lm.licenses.adobe.com
127.0.0.1 na1r.services.adobe.com
127.0.0.1 hlrcv.stage.adobe.com
127.0.0.1 practivate.adobe.com
127.0.0.1 activate.adobe.com
*注意:我已经从我的机器上删除了纯Wampserver,但这种情况仍然存在。
我不知道在哪里检查这个问题了。请帮忙。先谢谢你。
答案 0 :(得分:0)
问题解决了!