Possible Duplicate:
How to redirect domain to specific port
I have a domain and I want the domain to be like this:
example.com -> 32.432.32.34:99
Is this possible?
Possible Duplicate:
How to redirect domain to specific port
I have a domain and I want the domain to be like this:
example.com -> 32.432.32.34:99
Is this possible?
DNS is only for IP mapping. However, you could use a redirect to do a HTTP 302 and point to the IP:port.
Short answer: no
You can use a redirection service that will handle this for you. Basically respond on port 80 and send an http redirect 301/307 to your intended location.