# IsapiRewrite4.ini # # ini file for the ISAPI rewriter. # # Tue, 11 Jul 2006 01:49 # RewriteLogLevel 3 # # This ini file illustrates the use of a redirect rule. # Any incoming URL that starts with an uppercase W # will be redirected to the specified server. RedirectRule ^/(W.*)$ http://server.example.org:7070/$1 RedirectRule ^/(i.*)$ http://server.example.org:6060/$1 [I]