Forwarding subdomain to different port on Windows IIS 7
Posted
by
Ralph
on Server Fault
See other posts from Server Fault
or by Ralph
Published on 2012-04-29T12:55:14Z
Indexed on
2012/10/05
9:39 UTC
Read the original article
Hit count: 215
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.
© Server Fault or respective owner