Adding a redirect?
Version 1.1 by Vincent Massol on 2017/10/26
You have 2 options:
- Use a script to redirect to another page, using the $response.sendRedirect() API.
- Add an xobject of type XWiki.RedirectClass and put the reference to the page to redirect.
Note that removing a redirect is hard, learn how to do it here.