Using Auto 301 Redirect after Renaming/ Updating the Existing Topic to New
-
Let me explain the case:
User already created a topic and the moderator/ admin updates it; then the topic url is updated to new one.
And when we go to old url topic, it lands in 404 error, but, ideally old url should automatically get redirected to new url.
Need feedback on this... -
This is related to an issue resolved earlier.
We found that if a topic's posts contained images pointing to a relative path (e.g.
![test](1.jpg)
, NodeBB would attempt to load them, causing them to load the entire topic again (since the url issite.com/topic/123/1.jpg
).To combat this, @baris restricted the URL so that the slug must be correct, otherwise the user is sent to 404.
For lack of a better solution, this was the approach we took, so this seems to be the reason why you're running into this issue now.