Info
- 3 posts
- 2 voices
- Started 5 years ago by n22
- Latest reply from metavalent
- This topic is not a support question
someone can help me to edit my config.php?
-
- Posted 5 years ago #
someone can help me to edit my config.php?
i edited my self, but it not working...
db host Url: http://db2.awardspace.com
db name: n22_n22
db user: n22_n22
db password: 123456 (im gonna change it later)web URL: http://n22.awardspace.com
the forums folder URL: http://n22.awardspace.com/bbpress/
email: haiyuezhang@hotmail.comTHANKS A LOT!!!!
-
- Posted 5 years ago #
im waiting online until i sleep
-
- Posted 5 years ago #
try:
// ** MySQL settings ** //
define('BBDB_NAME', 'n22_n22');
define('BBDB_USER', 'n22_n22');
define('BBDB_PASSWORD', '123456');
define('BBDB_HOST', 'db2.awardspace.com');
$bb_table_prefix = 'bb_';
$bb->domain = 'http://n22.awardspace.com';
$bb->path = '/bbpress/';
$bb->name = 'N22 Forums';
// This must be set before running the install script!!!
$bb->admin_email = 'haiyuezhang@hotmail.com';
// Set to true if you want pretty permalinks.
$bb->mod_rewrite = 'true';
-
You must log in to post.