Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Topics Per Page plugin – new problem


_ck_
Participant

@_ck_

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>

Skip to toolbar