Forum OpenACS Development: Re: external redirect on xowiki

Collapse
Posted by Torben Brosten on
That limitation is for security reasons.

You can code a specific case by adding this html to the head area of an html page:
< META HTTP-EQUIV="Refresh"
Content = "10;
URL=http://mydomain.com";

(removing the space between < and META..)