Forums
-
- Forum
- Posts
-
- Installation
- 28,363
- Troubleshooting
- 62,094
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,877
- Showcase
- 3,252
-
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
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS