Redirect Module

Description

The Redirect module performs a "301" redirect from a page with optional URL mapping.

Attributes

attribute required allowed values default description
destination yes a URL, or the name of a page on your wiki none the page or URL to which the user will be redirected

Examples

Redirect to a page in your wiki

[[module Redirect destination="myWikiPage"]]

Redirect to a URL

[[module Redirect destination="http://www.google.com"]]
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License