Flarumite Post ID Redirect
A Flarum extension. Find discussion ID from post ID and redirect
Exposes a new endpoint /post/{id}
and will lookup the ID
required and return a 301
redirect to the discussion
URL and post number. Intended to be used after migrating a forum over to Flarum which uses URLs which point directly to a post ID.
Installation
Use Bazaar or install manually with composer:
composer require flarumite/post-id-redirector
Updating
composer update flarumite/post-id-redirector
Links