Hello,
I am trying to redirect all "/claflib/*" URL inside a HTML generated file to another URL like
http://toto/claflib/*.
Inside the iw.cfg file, I have added this line :
[iwproxy_external_remap]
_regex=^(/claflib/.*)=
http://toto$1but when I make a preview or generate the HTML file, the redirection is not correct : with iwproxy -d, I found these lines :
[areaization, external_remap, and iwproxy_remap:]
/claflib/bullets/plane.gif
--->
http://toto/claflib/bullets/plane.gif[Response sent back to client:]
HTTP/1.0 302 Redirect
Connection: close
Location:
http://toto/iw/cci/meta/no-injection/claflib/bullets/plane.gifHow can I delete the part of URL "iw/cci/meta/no-injection" which has been added and prevent me to see my picture.
Thanks in advance for your help,
Regards,
Paypay