I have a subdomain (images.example.com) that I want to be served by another subdomain (sub.anotherexample.com).
I created a CNAME record for example.com like:
name: images
alias to: sub.anotherexample.com.
When i go to sub.anotherexample.com, it works, but when I go to images.example.com, I get a 404
If I check the DNS of images.example.com it points to sub.anotherexample.com, so it is not a DNS issue.
I've read that I should create an server alias on anotherexample.com cpanel, but when I try to create a alias for images.example.com, it errors, saying something like: “example.com” is already owned by another user.
What am I missing?
Thanks in advance