Currently my company has an intranet and people access the html server by typing the name of the server in the browser, so the address is something like this
[
nameserver...]
What I want is to have people access the same pages and same server with a different name ex.
[
newservername...]
I'm using apache 2 and was thinking that I could use Virtual Host to do this, but when I try typing the new name it can't find it. Any suggestions on how can I do this? or maybe some can help me set up the Virtual host correctly.