FlaskBB
A lightweight forum software in Flask
Member
Joined:
Posts: 1

Hi,

how remove forum name from url ?

example:
from
https://forums.flaskbb.org/4-development
to
https://forums.flaskbb.org/4

Administrator
avatar
Joined:
Posts: 139

It will always be generated with the 'slug' at the end. You can, however access it with out the 'slug' at the end.


Cheers! 🍻