Website is not down – Then I am unable to reach it – my browser just sits there loading it
Create a file called test.php and put in it
<?php
phpinfo();
?>
If you get a huge page with something on it with loads of information then you have windows installed. Just looking at your 404 pages show that you have a windows server – low change of having php more likely to be asp.
You need to change all links for bbpress and put bbpress in front of them, so they look like
^bbpress/tags
etc…. and removed
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /bbpress
as you can only ever have one of those in an .htaccess file, and connect it to your wordpress one as well. If you get all of that :X
It seems that the website is down? Does any one else have the plugin zip folder hosted elsewhere?
You properly will find that you have not placed the mod_rewrite information in a .htaccess file.
Go to http://www.yoursite.com/bb-admin/rewrite-rules.php (make sure that you are logged in and are an admin/keymaster). Copy what it spits out and place it in a .htaccess file on you root directory.