1

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?

4 Answers4

6

DNS is only for IP mapping. However, you could use a redirect to do a HTTP 302 and point to the IP:port.

1

Short answer: no

0

no you cannot specify a port.

jldupont
  • 1,989
0

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.