Closed BrennanConroy closed 8 years ago
Good catch. Should be a one line fix in the server variables. Check mod_rewrite if you get the chance for its behavior.
I will be checking mod_rewrite later
mod_rewrite has the same issue since they both use the QueryStringSegment
class
https://www.iis.net/learn/extensions/url-rewrite-module/url-rewrite-module-configuration-reference#Accessing_URL_Parts_from_a_Rewrite_Rule Shows the value of
{QUERY_STRING}
fromhttp://www.mysite.com/content/default.aspx?tabid=2&subtabid=3
to betabid=2&subtabid=3
I also, did a quick test with the IIS Rewrite Module and it doesn't seem to include
?
in the{QUERY_STRING}