Redirector Setup Properties

These properties will force the page where this web part is installed to be redirected if certain qualifications are met.

Redirect Setup

This manages the setup of when the page should be redirected. This supports the Common Use Variables stated at the beginning of this help topic. You must encode the < and > symbol when using the parameters (e.g., < &lt; and > &gt;).

Example:

<Config>

<Setup><!-- If the Page Request (GoWhere) equals "solution", redirect to url -->

<Request>GoWhere</Request>

<RequestText>solution</RequestText>

<RequestRedirectURL>http://solutions.corasworks.net</RequestRedirectURL>

</Setup>

<Setup>…</Setup>

<Setup><!-- If the previous setup nodes are not true, always redirect to default URL -->

<DefaultRedirectURL>http://www.coraworks.net</DefaultRedirectURL>

</Setup>

</Config>

DefaultRedirectURL

The default URL used if no qualifications are met. This must be the last node used within its own setup nod. Otherwise, it will run early in the process.

Request

The page request name to look for and use within the qualification.

RequestRedirectURL

The URL to redirect to if the qualification is met.

RequestText

The text to look for to match against. This can be empty.

Stop the Redirect Passcode

Use this passcode with the StopTheRedirect parameter in your URL to stop the redirect from occurring.