Odkazem na indexu v rootu uživatele spíše odradíš. Zkus to přesměrování - http://www.jakpsatweb.cz/presmerovani.html - pomocí .htaccess
Nebo dej do index.php toto:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: www.celaadresa.cz/tvojeforum");
header("Connection: close");
?>