301 after migration new domain

[ad_1]

Not with the free version, but even with PRO I would still recommend you redirect the old domain via htaccess instead.

Just add this at the top of the .htaccess file on your old domain and it will redirect everything, even non-WP files, images etc.:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ https://new-domain.com/$1 [R=301,L]</IfModule>

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer