So basically I have 2 domains, domain1.com and domain2.com
For domain2.com, I want to redirect it to domain1.com and keep the rest of the URL path intact.
For example:
domain2.com/same/url/path
would redirect to
domain1.com/same/url/path
How do I do this?