
June 28th, 2012, 10:24 AM
|
|
Devshed Gringo
|
|
Join Date: Dec 2000
Location: Toronto, Ontario
|
|
Quote: | Originally Posted by requinix Not being intimately familiar with IIS's URL rewriting, I would guess that it works the same way as others: by looking at the path only and not the query string. You have to do something specific to have it look at the query string.
But a 404? Does index.cfm not exist? Should you be redirecting from that instead? |
Thanks for the reply, index.cfm does not exist in that site. My guess is, as soon as it see's the "?" it breaks the redirect. When I remove the "?", the redirect works?
Thanks
|