You can redirect your domain to:
Quote:
http://www.yourdomain.com/forums/forumdisplay.php?f=4.php
|
in the CPanel. that way, whenever someone goes to your domain, they will automatically be redirected there. You can also do it in a index.php file in your domain root.
Make sense?
--------------- Added [DATE]1299060340[/DATE] at [TIME]1299060340[/TIME] ---------------
Quote:
I thought about adding a file as the home page : forumjump.php
and making it
Code:
<?php
header( 'Location: http://www.mysite.com/forums/forumdisplay.php?f=4' ) ;
?>
but this isn't good for SEO right?
**** end add ****
|
I did mine that way for years until I started doing it in the CPanel.