/mkportal/conf_mk.php said:
$FORUM_PATH = "forums";
$SITE_NAME = "Your Site";
$SITE_URL = "http://www.yoursite.com";
$SITE_NAME = "Your Site";
$SITE_URL = "http://www.yoursite.com";
/forums/conf_global.php said:
$INFO['board_url'] = 'http://www.yoursite.com/forums';
$INFO['home_url'] = 'http://www.yoursite.com';
$INFO['home_url'] = 'http://www.yoursite.com';
Also check your $INFO['base_dir'] path but there's no way for me to know what that is. You will have to determine the correct server path for your installation.
On a Unix server it may look something like this.
/forums/conf_global.php said:
$INFO['base_dir'] = '/var/www/html/forums/';
-=DKC=-













