I am using isapi rewrite and i am having a url www.example.com/<%25=sSiteURL%25>/abc/abc/abc/abc/abc/1883.htm
I want to remove this string <%25=sSiteURL%25>
I want the url to be like this www.example.com/abc/abc/abc/abc/abc/1883.htm
Can anyone please help me in this