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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
?
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.