ERR_NAME_NOT_RESOLVED

2.7k views Asked by At

Any have some ideas?

enter image description here

 <VirtualHost *:80> 
DocumentRoot "C:/laragon/www/monetize/public/"
ServerName monetize.app
ServerAlias *.monetize.app
<Directory "C:/laragon/www/monetize/public/">
    AllowOverride All
    Require all granted
</Directory>

Apache 2.4.27 Laragon full 3.1.4 Windows 8.1 DNS i set in internet options 8.8.8.8 and 8.8.4.4

enter image description here

1

There are 1 answers

4
ishegg On

You need to add an entry to your hosts file

127.0.0.1 monetize.app
localhost monetize.app