I am wondering what the correct way to redirect m.mydomain.com to www.mydomain.com/mobile in IIS6.
I have two ways to do it, but I don’t know which is right. First, I can create a new website called "mobile" listening on another IP and have it "redirect to another URL". But that will use up another of my limited IP addresses.
Second, I could try to do the same thing with Host Headers. If I do that, it won’t use up another IP, but could it cause other issues? I am much more familiar with Apache than IIS. If I set up two sites on the same IP using Host Headers, will it be that same config as Using two different IPs?