I just did a clean install of WordPress 2.9.2 and buddypress at
http://just2test.freeiz.com/ and it works flawless. As .htaccess i used the WP default which is
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
You can check for yourself, the links work fine and do not redirect to some error page at all. Would you mind setting up a temp admin account for me to check your WP and buddypress install? Also, did you put the .htaccess file in the
public_html directory and set permissions or checked permission for being 0644?