Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Clicking on forum topics brings me to my main website

Thanks for trying to help on this Chris. Here is what my htaccess file looks like at the moment:

Options +MultiViews

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

# END WordPress

Keep in mind this is in my root directory. (so both WP and BBpress are both using it?)

Am I supposed to have a seperate htaccess file in the bbpress directory too?

I got access to the code you sent me. Do I delete the above code and replace it with this code you sent?

Skip to toolbar