# IsapiRewrite4.ini # # ini file for the ISAPI rewriter. # # This one tests the stripping of paths from the requested URL # # Tue, 11 Jul 2006 01:49 # RewriteLogLevel 5 # # This ini file illustrates the use of RewriteCond to redirect # requests arriving for differenthosts, into different # subdirectories. RewriteRule ^/(?!myIsapi.dll)(.+/)*(.*)$ /myIsapi.dll?form=$2&origpath=$1