Forwarding subdomain to different port on Windows IIS 7
- by Ralph
I have a IIS 7 server with Plesk setup on a Windows 2008 R2 server and I have created a subdomain sub1.domain.com, which by default leads to my webserver on port 80, but I don't want that.
I want the subdomain to lead to my port 25566 instead (for a Minecraft server), how can I accomplish this? I tried this with host headers / bindings but that resulted in a port already in use warning.
How can I do this? How can I make my sub1.domain.com lead to IP.IP.IP.IP:25566?
Any help would be greatly appreciated.