Hi,
I'm attempting to do a rewrite rule and having some difficulty. I have done dozens of rewrite rules before, but this ones a little different because it involves and ampersand ("&")
I want to rewrite everything after the "?" in the below URL to another page, so basically the whole QS as one string
jsbox.js?var1=afd¶m2=fddss¬SureAllValues=fff
to
jsbox.aspx?{R:1}
where {R:1} is equal to the whole querystring above. ("var1=afd¶m2=fddss¬SureAllValues=fff")
Am I able to rewrite like this ?
Any help much appreciated, been stuck on this for over a week cant seem to find any articles !
Thanks again
mike123