404 upon innstall
-
Hi guys!
I’ have now tried to read everywhere to find a decent answer on my question, but no luck.
I am trying to install the bbpress in a subdir under my wp blog, but no matter what I do I keep getting the 404 not found when I try to run the /install.php
I don’t know if my config.php is correct…
<?php
define(‘BBDB_NAME’, ‘*******’); //
define(‘BBDB_USER’, ‘*******’); //
define(‘BBDB_PASSWORD’, ‘*******’); //
define(‘BBDB_HOST’, ‘localhost’);
$bb_table_prefix = ‘bb_’;
$bb->domain = ‘http://aagymruss.net/’;
$bb->path = ‘/forum/’;
$bb->name = ‘Åsane russen sin lekeplass’;
$bb->admin_email = ‘yngve dot petersen @ gmail dot com’;
$bb->mod_rewrite = false;
$bb->akismet_key = false ”;
$bb->wp_table_prefix = ‘wp_’; //
$bb->wp_home = ‘http://aagymruss.net/’; //
$bb->wp_siteurl = ‘http://aagymruss.net/’;
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
I really don’t know how much you guys can get out of this, but if there is more info you need, just say so.
Well, the question is; why cant i get this thing to install?
Is there anything I have to put in to make it work with my wp installation?
In advance: thank you! (And sorry if my English isn’t to good:)
- You must be logged in to reply to this topic.