I have an IP e.g. http://11.x.x.35/xy/index.php, how can I map it to a domain e.g. xyz.xz.com in Route53. I don't want to map simple IP, I want to map IP given in above sequence without any redirection in .htaccess, is there any way????
Thanx
I have an IP e.g. http://11.x.x.35/xy/index.php, how can I map it to a domain e.g. xyz.xz.com in Route53. I don't want to map simple IP, I want to map IP given in above sequence without any redirection in .htaccess, is there any way????
Thanx
No. There is no way. For the purposes of web browsing, DNS serves a single function: resolving names to IP addresses. No ports or URL paths are involved.
To perform a redirect, you will need to use an HTTP server.