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
 
<header> Main RXML parser

 

Adds an HTTP header to the result from page.

See the Appendix for a list of HTTP headers.

 

Attributes

name=string
The name of the header.

value=string
The value of the header.

 

Example


<apre foo>Try it</apre>

<if prestate=foo>
<header name=Location value=http://www.roxen.com/>
<return code=301>
</if>

Try it