I have two domains on GoDaddy (a.example, b.example). I went to the a.com DNS administration and forwarded it to b.example using a 301 type.
If I go to a.example, it correctly redirects me to b.example. But, if I go to a.example/something, the redirection doesn't work and just gives me a 404 error on a white page, leaving me in the same URL.
What I would expect is that a.example/something would redirect to b.example/something or at least to b.example.
Is there a way to accomplish this?