UBB.Dev
Posted By: ST simple question but I am lame. - 10/12/2003 7:25 PM
I type in www.mysite.com/Forumname and is always tells me to "go here"

How to I make this link right to main index?
Posted By: ScottCargill Re: simple question but I am lame. - 10/12/2003 7:30 PM
www.mysite.com/Forumname/ubbthreads.php
Posted By: ST Re: simple question but I am lame. - 10/12/2003 7:34 PM
the ubbthreads thing is the hard part for some of my members to remember... is there a way it can be automatic when they type in the ..com/forumname?
Posted By: Dave_L_dup1 Re: simple question but I am lame. - 10/12/2003 7:36 PM
Edit index.php and change its contents to:

Code
<?php header('Location: http://www.mysite.com/Forumname/ubbthreads.php') ?>
Posted By: ST Re: simple question but I am lame. - 10/12/2003 8:11 PM
Thank yee.
Posted By: AKD96 Re: simple question but I am lame. - 10/12/2003 9:59 PM
Or you could edit your .htaccess file so that it includes:

DirectoryIndex ubbthreads.php index.php index.html index.htm
© UBB.Developers