Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 404 errors on all posts – please help

I have both WP and bbP using the same .htaccess file, in root. So, is this OK:

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

# END WordPress

Options +MultiViews

Skip to toolbar