Are you trying to redirect an existing Discourse topic to an external URL? That’s not what permalinks are designed to do. I’m pretty sure that you can’t redirect anything under /t.
If you want some urls to redirect away from Discourse, you can do so by setting external_url
It mean i can redirect from discourse to external URL?
I change platform from Discourse to Wordpres, I want redirect all post (discourse) to Wordpress site, how can do it?
Please suggest for me, thank so much
Can you explain more?
Now i want copy all post from discourse to new wordpress site and i will redirect 301 link,article
… from discourse to wordpress site for without ranking and 404.
Discourse dont support redirect to other platforms.
So what can I do?
Thank for @pfaffman
i will move all post from discourse to wordpress by manual, i can do it.But i dont know redirect all articles link from discourse to wordpress site.
Because i dont want lost ranking after switching.
Even if you use 301’s there will be an impact to your search ranking, it’s unavoidable. Google did say back in 2016 this wouldn’t have any effect but there are plenty of examples of it doing exactly that.
Anyhow, you don’t need Discourse to do the redirects for you, just a list of the post URLs you’re redirecting (or all URLs, if you so wish) and a dumb apache instance with a very large .htaccess crammed with redirects. You can either pull the list of pages to redirect from Google Webmaster tools, which is effectively what already sits in search and would be pointed your way, or hit your Discourse instance with a tool like Xenu, crawling only internal links.