RewriteEngine on
order allow,deny
allow from all
RewriteCond %{HTTP_HOST} ^reversemonster.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.reversemonster.org$
RewriteRule ^/?$ http://craniusmaximus.com [R=301,L]
RewriteCond %{HTTP_HOST} ^reversemonster.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.reversemonster.org$
RewriteRule ^rmblog/?$ http://craniusmaximus.com/cmblog [R=302,L]