Wampserver配置多站点后无法进入localhost

解决步骤
1:先为localhost配置一个站点(在httpd-vhosts.conf中)


    ServerName localhost
     DocumentRoot D:\wamp64\www
    
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require local
    

但浏览器输入localhost还是无法打开localhost,直接转成启动搜索引擎进行搜索。
解决方法:输入120.0.0.1或者http://120.0.0.1 或者 http://localhost

你可能感兴趣的:(wampserver)