I am trying to redirect my website from old domain to new domain using htaccess. Both the websites have same pages with same url structure i only need to redirect the main url part i-e https://test.com old url to https://test1.com with other pages url as well. For example if i had a page in old website (https://test.com/page1) it should be redirected to (https://test1.com/page1). I used this code to redirect it but its not working any help.
Redirect 301 /page1/ https://test1.com/page1
Redirect 301 https://test1.com