docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualHTTP Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<aconf>
<apre>
<auth-required>
<expire-time>
<header>
<killframe>
<redirect>
<remove-cookie>
<return>
<set-cookie>
<throttle>

<redirect/>

Provided by module: RXML 2 tags

Redirects the user to another page by sending a HTTP redirect header to the client.


Attributes

to="string"

Where the user should be sent to.


add="string"

The prestate or prestates that should be added, in a comma separated list.


drop="string"

The prestate or prestates that should be dropped, in a comma separated list.


text="string"

Sends a text string to the browser, that hints from where and why the page was redirected. Not all browsers will show this string. Only special clients like Telnet uses it.

Arguments prefixed with "add" or "drop" are treated as prestate toggles, which are added or removed, respectively, from the current set of prestates in the URL in the redirect header (see also <apre>). Note that this only works when the to=... URL is absolute, i.e. begins with a "/", otherwise these state toggles have no effect.