You could use some htaccess redirection. For instance, all urls could be redirected internally to /forums and the default index page could be set to portal.php
I'll write it up and post back here.
RewriteEngine On
RewriteBase /
RewriteRule ^(.*?)$ /forums/$1 [L,QSA]