Penguin
Note: You are viewing an old revision of this page. View the current version.

Syntax

At the very beginning of the content (otherwise it will be ignored)
<?plugin-head RedirectTo page|href=... ?>

Arguments

page:
A wiki page name.
href:
A URI.

Either page or href must be defined.

Note

Use this sparingly, because it blows monkey butter. Pages with redirects on them become inaccessible without addressbar editing, and they do not properly propagate their BackLinks to the redirected-to page or otherwise integrate with any wiki mechanisms in any way. (This is in contrast to MediaWiki's redirects, which actually work sanely.)

Examples

<?plugin-head RedirectTo page=SomeOtherPage ?>
<?plugin-head RedirectTo href=http://www.newzealand.com/ ?>

PhpWikiDocumentation