I rolled the dice and changed the URL for this site from http://blog.olonoh.com to http://www.adeolonoh.com. I’ve been pondering the switch for a while now, but never took the time to follow through.
Unfortunately, this means that I’ve lost my Google PageRank, my Technorati rank, and my Alexa stats. Hopefully Google will pick up on the permanent redirect I setup and reassign the PageRank value to the blog. If anyone knows how to fix the Technorati and Alexa problem please let me know.
And if you’re interested, the .htaccess file I used to redirect all the pages from the old URL to the new one is below. This is one of those “recipes” that I’ve had to use from time to time, but never seem to remember the exact syntax when I need it.
RewriteEngine onRewriteCond %{HTTP_HOST} ^blog.olonoh.com$ [OR]RewriteCond %{HTTP_HOST} ^www.blog.olonoh.com$RewriteRule ^(.*)$ http://www.adeolonoh.com/$1 [R=301,L]- Download this code: htaccess-20061227.txt
In addition to redirecting requests to the homepage, it will redirect requests to subdirectories and files within the site as well. e.g. it will redirect http://blog.olonoh.com/about-ade-olonoh/ to http://www.adeolonoh.com/about-ade-olonoh/. If you only have one domain name to redirect, remove line #2 (the one with the [OR] at the end).
UPDATE: It took a few weeks for my Google PageRank to carry over.


4 responses so far ↓
1 Doug Karr // Dec 28, 2006 at 10:54 am
Curious… anything you can do with http://www.google.com/webmasters/ to help?
2 ade // Dec 28, 2006 at 9:08 pm
Unfortunately, no, I don’t think so. The 301 redirect should work for my PageRank, but I couldn’t find answers there for Alexa or Technorati.
3 Ed Illig // Dec 31, 2006 at 1:11 pm
Did you go through all that just to help me understand the process.
I’m still getting my nerve up for us to do the same (illig@getzapped.com to brainstormbrand.com). We’ll see. For now, a rollover.
4 Ed Illig // Dec 31, 2006 at 1:17 pm
sans the illig@
Leave a Comment