Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Name-based pretty permalinks not working


_ck_
Participant

@_ck_

Actually it’s

Options +MultiViews

note the plus.

But multiviews is not the preferered way of doing it and some hosts don’t support multiviews.

Instead, use the method in step #3

Oh and most importantly,

$bb->mod_rewrite = true;

will only do numbers.

$bb->mod_rewrite = "slugs";

does the full topic title.

Skip to toolbar