2016-07-13 7 views

Antwort

0
<rule name="Remove Trailing Index.cfm" enabled="true"> 
    <match url="^(.*)/index.cfm" /> 
    <conditions logicalGrouping="MatchAll" trackAllCaptures="false"> 
     <add input="{R:1}" pattern="category" negate="true" /> 
     <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> 
     <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> 
    </conditions> 
    <action type="Redirect" url="/{R:1}" /> 
</rule>