Forums
-
- Forum
- Posts
-
- Installation
- 28,536
- Troubleshooting
- 62,799
- Themes
- 10,444
- Plugins
- 15,388
- Requests & Feedback
- 14,986
- Showcase
- 3,257
-
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>