Welcome to My New Home!

I’ve moved over to a new personal domain and redirected my old domain (darkfusion.net) to this one. I’ll be holding on to darkfusion.net for some time to come and have no plans to get rid of it. I feel like this new domain will offer me the ability to help build not only my online identity but my offline one as well. Some handy-dandy .htaccess wizardry let me do the redirect:

# BEGIN Redirect to new domain
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST} darkfusion.net [NC]
RewriteRule ^/*(.*) http://www.petercellis.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} www.darkfusion.net [NC]
RewriteRule ^/*(.*) http://www.petercellis.com/$1 [L,R=301]
# END Redirect to new domain

Comments on this shift are, of course, greatly appreciated. Please do update your RSS readers if you are using the old darkfusion.net domain (and update your links as well!)