I installed muwordpress (with directories not subdomains) and bbpress and integrated them.. I added
RewriteRule ^(.*/)?forum/(.*) forum/$2 [L,R]
to the .htaccess in the wp directory and it worked before i added the code
define('WP_BB', true);
if ( !defined('DB_NAME') ) {
require_once('/home/.atrax/armsteadj/myiowa-news.com/blogs/wp-config.php');
}
into the bb-config.php file to get integration to work.. now it gives me a loop error..? any ideas on how to get the htaccess file to forward the directory to it?
Thanks!
James