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?
I have a domain and I want the domain to be like this: example.com -> 32.432.32.34:99 Is this possible? | |||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
DNS is only for IP mapping. However, you could use a redirect to do a HTTP 302 and point to the IP:port. | |||
|
feedback
|
|
Short answer: no | |||||
feedback
|