I'm trying to create an .htaccess file that not redirects the homepage as well as interior pages to the new site.
Here is what I have been trying to use:
Code:
Options +FollowSymLinks RewriteEngine on Redirect 301 / https://www.newwebsite.com Redirect 301 /account https://www.newwebsite.com/customer/account/login