I am trying to migrate from WordPress based forum to Discourse .
My old url is like this
https://example.com/question/questioncontent
And in discourse I see topics are created with uri
https://example.com/t/questioncontent
So I copied entire content from my old forum to new forum
Im not that techy so I don’t wanted to take risk I have about 18 posts so I didn’t went with any scripts . I copied all the content manually.
Now my question is how can I redirect
My old forum links which are already indexed in search engines.
I tried permalink feature to redirect , but still I am not able to redirect
Did I missed something? Anywhere please guide me with the correct procedure
I cannot imagine why not, but it’s impossible to tell without more information about what you did. I cannot imagine why you’d need a plug-in, though. For 18 you can just create them by hand, though you could possibly use a permalink normalization to do them all at once.
Edit: permalink works only for incoming links, not links within discourse. What is usually done is to rewrite those links in the posts.
Inbound links will be redirected by the permalinks feature. Internal links between posts will need to be corrected to reflect their new destination, permalink redirection won’t work there.
What are the possible ways to make it work?
the first url was my previous wordpress forum one and second url is my discourse one
How can i redirect successfully.