Quote:
Originally Posted by Nmidia
This really is a nice hack
I want now to set up the forum so that everyone has to go through the portal. The portal sits at http://legionsofloki.com/adv_index.php. If someone were to go to http://legionsofloki.com/Forum they get to the forum main page. Is it possible for that link to resolve down to the adv_index to make them use the portal?
|
VB3.0 allows you to change the name of index.php page of the forum. Try re-naming it to forum.php and change the setting in the Admincp to reflect that change. Then create a blank index.php page in the /forum directory and re-direct that to
http://yourdomain.com/ via Cpanel or whatever.
Hell, that's the only way I know to do it, but I'm sure there's tons of ways like .htaccess.