I’ve finally had time to move this blog to jerryhuang.com. The move was quite simple since they are both on the same server. I just copied the whole wordpress directory over to the new location, logged in to wordpress and updated the blog url in the options screen and that was it.
Of course, I also redirected all the old links from brilliances.com to jerryhuang.com/blog so that google can still find my old entries :)
In case anyone does the same thing, here’s the .htaccess setting I use in the root of brilliances.com to redirect all missing links to jerryhuang.com
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) http://www.jerryhuang.com/blog/$1 [R=301,L]
</IfModule>
Popularity: 2%











2 comments ↓
Yo Jerry I was reading, occasionally, your blog and it’s cool that it’s reappeared.
I re-routed your link in my directory from brilliances to your new URL (my dir is elinkdirectory.co.uk).
Thank mate!
Leave a Comment