Close – but 404 on topics and profiles
-
Because I like to be difficult, I have my WordPress installed at ~/siliconholler.com/blog/ and mapped to http://blog.siliconholler.com/. My bbpress installation is in directory ~/siliconholler.com/forum/ and mapped to http://forum.siliconholler.com/
It mostly works. When I try to look at the default topic http://forum.siliconholler.com/topic/1?replies=1 I get a 404. If I try to view a profile http://forum.siliconholler.com/profile/1 I also get a 404.
.htaccess currently has Options +MultiViews and I have also tried the code generated by /bb-admin/rewrite-rules.php
My config.php reads:
// ** MySQL settings ** //
…
$bb_table_prefix = ‘bb_’;
$bb->domain = ‘http://forum.siliconholler.com’;
$bb->path = ‘/’;
$bb->name = ‘Reality Me Discussions’;
$bb->admin_email = ‘validemailaddyhere’;
$bb->mod_rewrite = true;
$bb->page_topics = 30;
$bb->edit_lock = 60;
$bb->gmt_offset = -5;
define(‘BBLANG’, ”);
$bb->akismet_key = ‘properkeyhere’;
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘http://blog.siliconholler.com’;
$bb->wp_siteurl = ‘http://blog.siliconholler.com’;
/* Stop editing */
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
Any suggestions?
Doug McCaughan
- You must be logged in to reply to this topic.