Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
    <apre>
    <aconf>
    <set_cookie>
    <remove_cookie>
    <auth-required>
    <expire_time>
    <header>
    <redirect>
    <return>
    <killframe>
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<redirect> Main RXML parser

 

Adds an HTTP redirect header and return code to the response from this page.

 

Attributes

to=URL
Redirect to this URL.

 

Example


<apre foo>Try it</apre>

<if prestate=foo>
<redirect to="http://www.roxen.com/">
</if>

Try it