Sivakatirswami wrote/ schreef:

> Specifically we need to have Apache redirect a http request for not just a
> file in a particular directory to another web site with the same directory
> and same file (which is what REDIRECT does) but we need to be able to
> redirect an http URL request from

I don't know if I understand your question, but I'll give it a try. If you
want to output another page, but the address in the browser remains the
same, just do something like:

  put url "http://www.other_domain/bar.html"; into outputBuffer

Or if you want the users browser to go to that other site output something
like:

  <HTML>
    <BODY onLoad="location.replace('http://www.other_domain/bar.html')">
    </BODY>
  </HTML>

If this is not the answer to your question, try to explain the problem in
more generic words, because for understanding your present question, you
need to know about Perl and Apache.

Hope this helps,
Sjoerd


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to