Re: Not simple, fast or elegant
As delayedinsanity said, check your SQL server settings, namely by looking at the wp-config.php
for WordPress and checking the database, username and password match. If you have a WordPress page named ‘forums’ and a directory called ‘forums’ that contains your bbPress forum, WP’s .htaccess
is set up to display the directory instead of the WP page. To make them look the same, you need to either use deep integration or modify your bbPress theme to look like WP’s.