Post

How to do a redirect on an article page in Community Server

So, you have written an article that you have moved to somewhere else.

To keep all links working from search engines, you want to redirect that article page to the new location.

Open up the article in Edit mode, and click on the HTML button.

image

On the very first line, add this code:

1
META http-equiv=Refresh content="0; URL=http://www.YOURNEWURL.com"

That’s it!

This post is licensed under CC BY 4.0 by the author.