you could use a php or html redirect to have the default page in your web root forward to the forum subdomain.

PHP Redirect (index.php):
Code
<?php
header('Location: http://forum.yoursite.com/');
exit;
?>

HTML Redirect (index.html/index.htm/index.shtml):
Code
<html>
<head>
<title>Redirecting</title>
<meta http-equiv="Refresh" content="5; url=http://forum.yoursite.com/" />
</head>
<body>
<center><h1>We're now redirecting you to the portal</h1></center>
</body>

Last edited by Gizmo; 11/18/2006 7:48 PM.

I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!