A
Anonymous
Guest
in youre first page make a redirect to forum directoryHoneyGyrl said:Hi all!!!
gr8 board u have here ... i am completely new at this in fact, i know nothing but i have a site and i have my board. :help:
i was using the board as an extra feature but studies leaves me little time to web design so for now i just wish to have my forum be the web site [my index page or homepage] how do i set this? :shock:
thanx in advance
HoneyGyrl
Example:
youre Web root directory
http://youresite.com/~myhome/
youre Forum directory:
http://youresite.com/~myhome/phpBB
In the file http://youresite.com/~myhome/index.php
Code:
<?
header("Location: http://youresite.com/~myhome/phpBB/index.php");
?>
phpBB (this forum) you may get from http://www.phpbb.com I'm don't think what you have a problem with installation.
Good Luck!