301 Redirect is considered as a permanent redirect compared to a 302 redirect which is temporary. Therefore when moving wordpress to a new domain, it is a good idea to redirect all the posts to the new domain.

This way all the search engine records will be kept intact and this means you won’t lose any traffics / hits to the website.
This doesn’t mean redirecting from nishv.com to fnode.com, it will also redirect every single URL associated with nishv.com to fnode.com.

For instance, if a user is looking for a particular post and goes to nishv.com, they will be redirected to the corresponding post on fnode.com

Here is an example of one of the most popular post on the site…

http://www.nishv.com/2007/06/02/make-bisoncam-work-on-windows-vista/

When users clicks on the above link, they will be automatically redirect to

http://www.fnode.com/2007/06/02/make-bisoncam-work-on-windows-vista/

This way, the user won’t notice the domain change because it is 99% directed via search engine or linked URL.

This method is also a good way to let GoogleBot to know that the domain has been moved permanently from nishv.com to fnode.com

Here is the code below and I used, and just replace the URL to make it work with your own domain.


# BEGIN WordPress
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.nishv.com
RewriteRule (.*) http://www.fnode.com/$1 [R=301,L]
# END WordPress

Popularity: 100% [?]

You Should Also Check Out This Post:

More Active Posts: