HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
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