当我把整个6KBBS的文件复制至根目录,在浏览器中输入http://localhost/出现以下错误提示(本人电脑使用wamp5配置成服务器的):
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
我检查了我的服务器配置,其中数据库的用户名以及密码的value值都为空,而我看了6kbbs中"inc/config.php"文件,当我把里面代码改成如下形式也不行。
/*DB_SETTING_BEGIN*/
$_DB['hostname']='';
$_DB['username']='';
$_DB['password']='';
$_DB['database']='sq_6k';
$_DB['charset']='utf8';
$_DB['prefix']='db_';
/*DB_SETTING_END*/
所以在此请教高手,应该要怎样才能解决这个问题!