What are the input
types you can use in IIS rewrite rules? The ones I mean are like as follows:
<conditions>
<add input="{HTTP_HOST}" type=”Pattern” pattern="^www\.mysite\.com$" negate="true">
</conditions>
- HTTP_HOST
- URL
- REQUEST_FILENAME
- ?
You can also use IIS (7 and above I believe):
Open IIS => Navigate to your website => Double-click URL Rewrite => Edit a rule => Add or Edit a condition => When you start typing '{' in the 'Condition input' field, a list of types will appear.
You can try the below input types. See also reference docs for the URL Rewrite module.