-
Posted to
General
by
PetrTab
on
10-26-2007, 8:40 PM
I was looking at the IIS metabase which stores the host header as xxx.xxx.xxx.xxx:<port>:<host header> and it seemed that you may be able to specify the host header in the URL with a colon after the port, but that's not the case as Tomkmvp points out. The host header is stored in the application layer, while the IP and Port are ...
-
Posted to
General
by
PetrTab
on
10-17-2007, 4:55 PM
I didn't mean to imply that I want to use host headers to resovle directories. I just happened to have named all three (the directory, the website, and the Host Header as "Test". I created a host header named "Test" for a website named "Test" in a directory named "Test". I also needed to ...
-
Posted to
General
by
PetrTab
on
10-16-2007, 2:05 PM
Hi All,
I'm attempting to connect over the internet to one of serveral websites on a single IP Address using Host Headers. The problem is that I'm coming into the server with an IP Address instead of a registered domain name. So I'm attempting name resolution after arriving at the server and not prior as is normally done. I'm ...