views:

13

answers:

0

We use IIS 5.0 (Windows server 2000) and I have a question; how do you configure re-directs. Basically the re-direct is to 3rd party website. Right now we are doing the re-direct by setting up a virtual directory; and choosing the option "A redirection to a URL" in the virtual directory properties.

So we want to re-direct atleast 3 URLs along with query strings. I am not sure how to configure in IIS; I tried doing by appending $Q to the re-direct URL and it drops some portion of the string from the URL.

eg of 3 URLs https://3rdparty.site.com/fp/clear.png?p1=parma1&p2=param2 https://3rdparty.site.com/fp/check.js?p1=parma1&p2=param2 https://3rdparty.site.com/fp/fp.swf?p1=parma1&p2=param2