Domain redirection to port on Windows Server 2008
        Posted  
        
            by 
                Rauffle
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Rauffle
        
        
        
        Published on 2012-11-01T22:58:43Z
        Indexed on 
            2012/11/01
            23:04 UTC
        
        
        Read the original article
        Hit count: 292
        
I have a Windows server running IIS. I wish to run a piece of software that hosts a web interface on a non-standard HTTP port (let's say, port 9999). I have static DNS entries on my router for two FQDNs, both of which direct to the Windows server. I wish to have requests to 'website1' to continue to go to the IIS website on port 80, but requests for 'website2' to instead go to port 9999 to be handled by the other application. How can I accomplish this? Right now I can get to the application by going to 'website1:9999' or 'website2:9999'.
© Server Fault or respective owner