<?xml version="1.0" encoding="UTF-8"?>
<rule name="Application Administration" stopProcessing="true">
<match url="^(.*)quot; />
<conditions logicalGrouping="MatchAll">
<add input="{SCRIPT_NAME}" pattern="^/(.*(CFIDE|cfide|CFFormGateway|jrunscripts|lucee|railo-context|fckeditor)).*quot; ignoreCase="false" />
<rule name="Flash and Flex Communication" stopProcessing="true">
<match url="^(.*)quot; ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{SCRIPT_NAME}" pattern="^/(.*(flashservices|flex2gateway|flex-remoting)).*quot; ignoreCase="false" />
<action type="Rewrite" url="index.cfm/{PATH_INFO}" appendQueryString="true" />
<rule name="Static Files" stopProcessing="true">
<match url="^(.*)quot; />
<conditions logicalGrouping="MatchAll">
<add input="{SCRIPT_NAME}" pattern="\.(bmp|gif|jpe?g|png|css|js|txt|pdf|doc|xls)quot; ignoreCase="false" />
<rule name="Insert index.cfm" stopProcessing="true">
<match url="^(.*)quot; ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<action type="Rewrite" url="index.cfm/{PATH_INFO}" appendQueryString="true" />