for example, I have a domain name www.example1.com
and I have this code in my apache conf:
<VirtualHost 109.201.175.107:80> DocumentRoot /home/localname/www ServerName www.example1.com # Other directives here </VirtualHost>
in the virtual host, I wrote my ip and then I attach it to ServerName, is that right?, but in any case, when I open www.example1.com, it shows my 404 error, or maybe I need to change the ip address that is attached to the domain name, can you tell me step by step what I need to do, I searched all of Google, but did not understand.
source share