Forums
-
- Forum
- Posts
-
- Installation
- 26,344
- Troubleshooting
- 56,545
- Themes
- 9,856
- Plugins
- 14,387
- Requests & Feedback
- 14,131
- Showcase
- 3,213
-
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