Description
Redirects to your given location using javascript when using installer 2.0. Variable $wku$ returns the current wiki start page url (e.g. http://my-sandbox.wikidot.com/)
Attributes
| attribute | required | allowed values | default | description |
|---|---|---|---|---|
| redir | yes | any urls and/or variable $wku$ | "" | The href location using JavaScript |
Examples
Redirects to page blog:_start in the wiki the script is currently installing into:
## die redir="$wku$blog:_start" ##;
Redirects to Google:
## die redir="http://google.com/" ##;





