Originally Posted by Ruben
Most simple is a meta refresh.
Add this in the head tag of the file
If say index.html is your default page for your home page

HTML
<meta http-equiv="refresh" content="0;URL=http://www.demongov.com/ubbthreads">

You don't even need to delete all the other stuff you have already.
Then if you want it back just delete the meta tag.


thanks bro !