ituprising.com is now saintsjd.com

By Jon Saints - 11 Sep 2010

These days I spend more time talking to people than I do computers. I am enjoying it greatly. To reflect these changes I have moved my blog from ituprising.com to saintsjd.com.

To accomplish this and keep all of my URLs working properly I used Apache mod_rewrite

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^([^.:]+\.)*ituprising\.com\.?(:[0-9]*)?$ [NC]
RewriteRule ^(.*)$ http://www.saintsjd.com/$1 [R=301,L]


Discussion & Comments