1====== Redirect Configuration ======
2
3Here you can set up redirects for your wiki. You can redirect to external websites or pages in the wiki. All given pagenames have to be absolute and cleaned (no specialchars, all lowercase, full namespaces). Anchor hash must be escaped with a \.
4
5Use the following format:
6
7<code>
8pagename    internalpage
9otherpage   http://example.com
10somepage    internalpage\#headline
11</code>
12