File: D:/bin/iirf/tests/spacesinreplacementstring/IIRF.ini
# IsapiRewrite4.ini
#
# example ini file
#
# Fri, 11 May 2007 12:28
#
RewriteLogLevel 5
# This rule shows how to include spaces in the output string.
# We can do it by url-escaping the space characters, using %20
# for the ASCII space, and remembering to double the %
# character.
RewriteRule ^.*/view\?docid=(.+) /includes/Retrieve%%20and%%20Display.aspx?docid=$1
# This rule shows how to include other characters as well as
# spaces in the output string.
RewriteRule ^.*/purchase\?product=(.+) /actions/Try%%20%%26%%20Buy.aspx?productid=$1