neogeo
Yes, it's best to install both extensions and see how they work.
neogeo
One day I asked someone about it. From what I know it is unfortunately not. As you may have already noticed, flarum uses such redirections and this cannot be changed:
/d/discussion_id - discussion
/t/tag_slug - tag
/u/username - user
and
/p/page_id - page
However, there is a solution. In the Flarum_Folder/public/.htaccess
file you must add such a line:
Redirect 301 /faq https://yourdomain.com/p/1-faq
Of course, depending on whether you have a ssl certificate for the domain you have to redirect to https
or http
.