Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
it's because the server are doing a virtual name hosting.
Every sites on the server refer to the same ip adress, and the server need the site's name in the request to know which one the present.
You can bypass this effect by locating a file named "hosts" (without quotes nor extention, in your windows\system32 folder
Then, you can add a line like this one:
Code:
192.168.3.5 myserver.com
Adapt the ip adress and the name accordingly.
This file is checked before doing a request on dns server, and if windows finds an entry in the form ip {space} name, then it use this results rather than querying the dns
__________________
Only a biker knows why a dog sticks his head out the window.
|