Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Topics Per Page plugin – new problem


_ck_
Participant

@_ck_

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>)

Skip to toolbar