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:
- Wordpress Find and Replac String
- How to do an IOS Upgrade via TFTP
- How Reliable is your Hard Disk?
- CCDE Design Track Certification
- Adding Nameservers on Sun Solaris
More Active Posts:
- Make BisonCam work on Windows Vista (92)
- 301 Redirect WordPress Posts To New Domain (16)
- Disabling livecall.exe on Windows Live Messenger (WLM) (14)
- Live Messenger - "Show what I'm listening to" Doesn't work (13)
- Hydrogen Powered Car (7)
- AdobeUpdater.exe CPU Resource Hog (5)
- How to gain ROOT access to a Linux Box within 10 Seconds (4)
- TechForums Update (3)
- Google Maps Directions New York To London (2)
- Perfect Email System (2)



My name is Nish Vamadevan, I live in London. I’m a Network Systems Administrator, and Freelance IT Consultant. I’d like to think of myself and a creative and a resourceful person when it’s come to Computers and Technology.
I have been working in the freelance IT sector for over 6 years and have done various Network Deployments, System Administration and Building, maintaining, managing websites for Small / Medium companies..
Apparently, Microsoft has given all these fatures for free…
Check out the following link for more info.
http://www.microsoft.com/presspass/press/2007/may07/05-06WLHotmailLaunchPR.mspx