This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#addthese two lines in the root folder of your old domain inside .htaccess file | |
RewriteEngine on | |
RewriteRule (.*) http://newdomain.com/$1 [R=301,L] |