IIS7, different ports for websites but no portnumber in the browser
- by Queensheep
I have a windows server 2008 with IIS7 with 4 websites. In DNS I have 4 different URLs which point to the IP of the server. I configured each web site with the site bindings:
website1:
hostname: url1, port: 80, IP-Adresse: the adress of the server
website2:
hostname: url2, port: 80, IP-Adresse: the adress of the server
The result is, that from the client, I can browse with all the 4 URLs to the specified web sites and everything is fine.
Then I changed in IIS the port of the websites, so that website1 now uses port 8080, website2 uses port 8081, and so on. Now I have to use the browser with the url and the portnumber (like URL:8080).
Is there a possibility, to configured the websites with different portnumbers but not to use the portnumbers in the browser?