0
I have two hosting services. One is already in use and has domain example.com. It also has a sub-domain called order.example.com.
Second hosting service is under Amazon (EC2).
How can I use order.example.com sub-domain in Amazon virtual hosting service?
So when user goes to the example.com website and clicks the order.example.com link it redirects to Amazon server, but keeps the url as it is.
I want it to feel like that user hasn't redirected anywhere from example.com. Can I assign same domains to multiple servers?
You need to know the ip address of your amazon hosting, then set the DNS of domain.example.com with A record to point to the ip address. Then on the amazon hosting, add a domain, and choose order.example.com. Given that I don't have an amazon hosting, I don't know the exact screens, and that's why this is a comment, not an answer. – LPChip – 2018-05-09T11:49:58.293
@LPChip Okay, ill try that! – Jaakko Uusitalo – 2018-05-09T11:55:43.017