| Posted: 20 July 2009 at 9:07am | IP Logged
|
|
|
Thanks Anton!
Yes, I do use ISAPI_Rewrite v3. From the document it look in v3 query string has to use the way you advised, and escape "\" no longer supported.
My problem is we have quite messy needs, there are lots of redirects using query strings that have same variable names and values, like "key=" but whole strings are different and destinations are different, example:
market/navigation.aspx?key=CA -> http://www.myweb.com/Los-Angeles.aspx
content/rentwithequity_market.asp?key=CA -> http://www.myweb.com/content/my-market.aspx#buildersCalifornia
(by the way, the "#" always give me problem too, how could I handle it?)
Also, how could I handle multiple variables in a query string, like
market/OnlineAvailability/AvailabilityResults.aspx?PropID=595&FPid=68109&ILSID=6 ->
|