tehon3299 Posted February 22, 2003 Posted February 22, 2003 OK - I am behind a router in my home and therefore when I view my webpage (running on IIS) I need to put in localhost, or my private ip, or my computer name. But now that I am hosting more than 1 web site with IIS, I can not use my computer name because it requires a domain name. How can I fix this? Anyone? Thanks Quote Thanks, Tehon
Leaders quwiltw Posted February 22, 2003 Leaders Posted February 22, 2003 Not sure I completely understand what you're trying to do, but all sites on the same box should be addressable via their port number. ie. (localhost:80, localhost:8080, etc.) Quote --tim
*Gurus* Derek Stone Posted February 22, 2003 *Gurus* Posted February 22, 2003 That works if each site uses a unique port number, however in the case of most modern web servers, which support virtual hosts, all sites use the same port number and the server differentiates each site by parsing the HTTP request's Host header. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.