|
|
|
The RedirectToPlugin can be used to redirect a user to another page. In other words it makes a page an alias for another page. ArgumentsUse only one of these arguments at a time.
CaveatsThe RedirectToPlugin invocation must be the first thing on a page. For most purposes it makes any other content on the page inaccessible. ExampleA page may be made a alias for the HomePage by placing this code at the top: <?plugin RedirectTo page="HomePage" ?> To see the example in action, visit HomePageAlias. |