Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,253
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,907
- Showcase
- 3,252
-
By the way, once we do get this working, you’ll need to add these three rules to the .htaccess in /Forum/
because bbPress’s rule generator is not complete (and for my plugin to work)
RewriteRule ^topic/?$ /Forum/ [R=302,L,QSA]
RewriteRule ^forum/?$ /Forum/ [R=302,L,QSA]
RewriteRule ^page/([0-9]+)/?$ /Forum/?page=$1 [L,QSA]
(put them just before </IfModule>
)
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS