Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERR_NAME_NOT_RESOLVED

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

like image 563
Arturs Avatar asked Apr 23 '26 17:04

Arturs


1 Answers

You need to add an entry to your hosts file

127.0.0.1 monetize.app
localhost monetize.app
like image 60
ishegg Avatar answered Apr 26 '26 06:04

ishegg



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!