Config.php
Posted by: Lansinq
Posted on: 2007-05-06 16:45:00
Hey guys
Just need some help please.
I have uploaded my data base to mysql and uploaded the files to the site but am not sure what I nee to change tp config to.
I have done this:
<?php
$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = 'mysql.marioeve.info';
$INFO['sql_database'] = 'forum';
$INFO['sql_user'] = 'lansinq';
$INFO['sql_pass'] = 'password';
$INFO['sql_tbl_prefix'] = 'ibf_';
$INFO['sql_debug'] = '1';
$INFO['board_start'] = '1175207696';
$INFO['installed'] = '1';
$INFO['php_ext'] = 'php';
$INFO['safe_mode'] = '1';
$INFO['board_url'] = 'http://www.marioeve.info/forum';
$INFO['banned_group'] = '5';
$INFO['admin_group'] = '4';
$INFO['guest_group'] = '2';
$INFO['member_group'] = '3';
$INFO['auth_group'] = '1';
$INFO['mysql_tbl_type'] = 'MyISAM';
?>
and get this error message:
The requested URL /forum/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
What am I doing wrong please