Technical References - [redirect]

numero = 204
interpreted = N
texte = [REDIRECT URL] Putting [redirect url=http://www.webdna.us/] in your template forces the remote browser to immediately 'jump' to the new location specified, rather than displaying whatever is in the template. Any other text in the template will be ignored. The main difference with something like
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.webdna.us/">
is that it will completely evaluate before anything of the client side will evaluate.
[redirect http://DomainUser:DomainPass@www.domain.com/whatever.html]
will perform browser authentication, and on that server, since you're running WebDNA, you can use[username] and [password] to check for logged in status (as opposed to setting up a cookie scheme).

To pass a value within [redirect] [redirect page.dna?var1=[value1]&var2=[value2]] In some cases, you will need to [url]...[/url] the value: [redirect page.dna[url]?var1=[value1]&var2=[value2][/ur]]

[REDIRECT URL]

Putting [redirect url=http://www.webdna.us/] in your template forces the remote browser to immediately 'jump' to the new location specified, rather than displaying whatever is in the template. Any other text in the template will be ignored.

The main difference with something like

<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.webdna.us/">

is that it will completely evaluate before anything of the client side will evaluate.

[redirect http://DomainUser:DomainPass@www.domain.com/whatever.html]

will perform browser authentication, and on that server, since you're running WebDNA, you can use[username] and [password] to check for logged in status (as opposed to setting up a cookie scheme).

To pass a value within [redirect]

[redirect page.dna?var1=[value1]&var2=[value2]]

In some cases, you will need to [url]...[/url] the value:

[redirect page.dna[url]?var1=[value1]&var2=[value2][/ur]]


DOWNLOAD WEBDNA NOW!

Top Articles:

F.A.Q

A compilation of some user's questions...

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

Tips and Tricks

A list of user-submitted tips ...

Download WebDNA Applications

WebDNA applications...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

Related Readings:

[writefile]

[writefile] functions allows you to perform a wide variety of tasks...

[shell]

[shell] is a way to use the command line with your webserver...

[lowercase]

Changes all upper case letters to lower case...

[password]

Using [password] and [username] is an easy was to show the browser login dialog box...

[deletefile]

Deleting a file from your website...

[copyfile]

Copy a file with the content you want on your webspace...