I have a domain (first-domain.com) bought with domain.com with no server setup. I want to redirect this domain to another (second-domain.com) while conserving the path.
Example 1: 'first-domain.com/example-path' should redirect to 'second-domain.com/example-path'.
Example 2: 'first-domain.com/example-path-2' should redirect to 'second-domain.com/example-path-2'.
I tried various things in domain settings like setting a pointer and also update CNAME but it's not redirecting with the path conserved, it only redirects to the base url.
The main purpose for me to do this redirection is to set an alias so all my traffic on first domain can be redirect to another and users don't have to enter the full path again.