虚拟主机ERR_NAME_NOT_RESOLVED

时间:2015-06-23 15:07:15

标签: apache google-chrome xampp windows-8.1 virtualhost

我试图在XAMPP上为apache设置一个虚拟主机。 我可以通过Firefox访问,但如果我在Chrome上输入www.laravel.dev,我会收到此错误" ERR_NAME_NOT_RESOLVED"。然后,我尝试将其设置为" www.laravel.local"但它也不起作用。

我遵循了这个答案Google Chrome virtual hosts not working with ERR_NAME_NOT_RESOLVED error after update,当我冲洗它继续说:

  

www.laravel.local IPV4错误:-105(ERR_NAME_NOT_RESOLVED)2015-06-23   16:53:09.090 [已过期]

这是我的httpd-vhosts.conf:

<VirtualHost *:80>
   DocumentRoot "C:/xampp/htdocs/laravel/public/"
   ServerName laravel.local
   ServerAlias www.laravel.local
</VirtualHost>

和/ etc / hosts

127.0.0.1 localhost
127.0.0.1 www.laravel.local

感谢您的时间。

0 个答案:

没有答案