Page 1 of 1

problem with vhosts

PostPosted: 30. September 2020 17:45
by anonymousbrasil666
I made a domain that is working perfectly on my computer, but when trying to access another computer the browser says that the site does not exist
i'm making a website for my youtube channel


vhosts file:
Code: Select all
<VirtualHost *:80>
    ##ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot "D:/programas instalados/Servidor/xampp/htdocs/cobaiahackeryoutube.com"
    ServerName cobaiahackeryoutube
    ServerAlias www.cobaiahackeryoutube.com
    ##ErrorLog "logs/dummy-host.example.com-error.log"
    ##CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>

Re: problem with vhosts

PostPosted: 30. September 2020 21:05
by Altrea
Well, how did you resolve the domain on your computer?
And how do you resolve the domain on the other computer?