<urlrewrite>
<rule>
<note>Forward calls from sample.html to sample.html with no query_string</note>
<from>^/sample.html$</from>
<to type="redirect" last="true">/sample.html</to>
</rule>
<urlrewrite>
you might want to use forward rather than redirect, depends on our circumstances.