Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,147
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- Showcase
- 3,252
-
Okay now trying adding the first two forum lines the /Forum/
.htaccess
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /Forum/
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /Forum/forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /Forum/forum.php?id=$1 [L,QSA]
</IfModule>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS