Okay, maybe it's something I am not getting right when appending my .htaccess file. Here is how it reads after installing the mod and my boards do no display correctly.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.vhfans.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.vhforums.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://vhfans.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://vhforums.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://ubbdev.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://ubbdev.com/.*$ [NC]
RewriteRule .*\.(gif|jpg)$
http://www.bundymania.com/images/steal.gif [R,NC]
RewriteRule ^vhfans(.*)\.html
http://www.vhfans.com/boards/ubbthreads.php?Cat=$1RewriteRule ^forum(.*)_(.*)\.html
http://www.vhfans.com/boards/postlist.php?Cat=$1&Board=$2RewriteRule ^thread.t(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)\.html
http://www.vhfans.com/boards/showthreade...&fpart=RewriteRule ^thread.f(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)\.html
http://www.vhfans.com/boards/showflat.ph...&fpart= [L]