I'm using the URL rewrite feature of IIS7
I'm trying redirect a URL like this
example.com/?parameter=abc
to a URL like this
example.com/somedirectory
the URL redirect works well if the source URL doesn't contain a question mark in it.
pls help
-Vivek