Imagine that I have a fully operational SharePoint site collection,
whose DNS settings are: Host Record (A) for the name 'moss' that
resolves to the IP 10.0.2.15, settings defined at install time.
I suppose that, if I want to resolve another address to that IP, it's
just a matter of creating another Host Record (A) that points to the
same IP, let's say: 'intranet'.
After doing that, however, when I go to the browser and type
http://intranet, the error 404 is returned, informing that I was able
to connect to the web server, but the page I requested was not
present.
Pinging the new name 'intranet' responds correctly to the IP 10.0.2.15
Even if I try to type http://10.0.2.15 in the browser, I am prompted
for credentials and then the error 404 again.
Do any of you have any clue of what's going on?