New Home

The blog has officially moved to the new home of ScribblingBrain. I figured that reflects the scribbles of this blog as mental notes for myself most times. The main reason that I’m moving away from using the old domain for web content is it was the only subdomain used from jamesandkristin.net, the URL was really long, and the fact that people misspelled my wife’s name a lot.

I did manage to get it setup with a wildcard, so that old the URLs still redirect to the relevant pages. In case you were curious how, I used the .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^james\.jamesandkristin\.net$
RewriteRule (.*)$ http\:\/\/www\.scribblingbrain\.com\/$1 [R=301,L]

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>