Redirector: Add Lithium knowledge base redirects to the plugin
patches opened this issue · 1 comments
patches commented
We generally include knowledge base in Lithium migrations by migrating them as normal discussions. Last week Cofense noticed that posts from Knowledge base were redirecting to 404's.
This is the example they provided.
The reason why URLs like this are redirecting to 404's and not to the correct discussions is because ta-p
isn't handled in the t5Filter
function located in the Plugin class. A route was temporarily created until this case is added.