ERR_NAME_NOT_RESOLVED
-
Hello i am trying to install localhost a website, but when i try to acess subdomains of this website, i got this error ERR_NAME_NOT_RESOLVED
my url: mv.oo
subdomain URL: usuario.mv.oocan someone help me?
-
@evtnlife : You should manually add your subdomain to hosts file.
-
@leokhoa i edited my hosts file and not full working. the subdomain open, but show me the folders not the page!
-
@evtnlife : Which server are you using (Nginx/Apache)?
If you are using Nginx: Open Menu > Nginx > sites-enabled:
add to server_name:server_name mv.oo usuario.mv.oo;
-
@leokhoa nginx, it worked, the soluction of this problem is add in hosts the domain and in sites-enable conf in server alias the subdomain!
-
@evtnlife : I'm glad to hear that
Cheers!