i know this method im about to give doesnt use htaccess, but its a solution you can use if you dont find out how to do it via htaccess
if you have php enabled on your server then:
open the index.php file for
www.server.com and add this line to the top:
<? php header("Location:
http://www.server.com/bingo"); ?>
that will take care of it.