Menu

Redirect via header

Help
Zeno Kugy
2007-01-26
2013-04-09
  • Zeno Kugy

    Zeno Kugy - 2007-01-26

    Hi,

    I'm trying to write some filters to redirect URLs, in particular to get rid
    of welcome pages using large animation files.

    When using proxomitron I performed the redirections using
    <META HTTP-EQUIV="Refresh" CONTENT="0; URL=\1"> in the text filter

    Now I've realized that I could probably do the same using the header filter, but
    all filters I'm writing do not work.
    How should I write such a filter, for example to redirect
    from  http://www.my-test-site.com
    to    http://www.my-test-site.com/index2.html
    ?

     
    • Alexey Matveyev

      Alexey Matveyev - 2007-03-05

      There was a minor bug with the processing of headers. It was corrected. If you wish, you can build release by hands from source code and everything should work.

       

Log in to post a comment.