windows - Difference between specifying IP in host file vs using IP directly -


There is a difference between the following in the intranet URL used in IE

Add a listing

Eg

This did not get a 404 error for me

Yes, there is a difference.

The web server is using HTTP / 1.1 and "shared virtual hosting". When the customer connects, it sends an additional host: in the header in which the user name of the user's URL is part.

In this situation, the web server is configured to identify and serve the content from the "XYZ" domain, which is the top of the web server to find out which virtual

, But is not aware of any domain named 10.0.10.200


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -