IIS 7.5 url rewriting help - weird querystring?

It's pretty easy to do. First of all you have to make sure you are on the homepage (i.e. Empty request URL) and then you check for a non empty query string in the conditions.

If both are the case, you do a permanent redirect back to the same URL (= URI without query string) Like: rule name="Remove query string" stopProcessing="true"> character URL encoded. So I think you will have more luck with this: rule name="Remove query string" stopProcessing="true".

It's pretty easy to do. First of all you have to make sure you are on the homepage (i.e. Empty request URL) and then you check for a non empty query string in the conditions.

If both are the case, you do a permanent redirect back to the same URL (= URI without query string). Like: If you want you could add a more specific condition to let it only match this specific inbound link. UPDATE: I suspect that there is some double URL encoding going on in your URL.

For example, %253E is probably ment to be %3E as %25 is the percentage sign URL encoded. And %3E is the > character URL encoded. So I think you will have more luck with this.

I'm wanting to detect just this particular querystring though, but it seems like some of the characters in it are throwing off the filter... like the percent sign and some others. I'd like to leave other querystrings intact. – boomhauer Oct 25 at 18:52.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions