Manages the action to take when the URL string matches the specified rule pattern and rule conditions. This section contains the following UI elements:
Element Name
Description
Action Type
Displays the action type of the rule. Possible values are Rewrite, Redirect, Custom Response, Abort Request, or None. Other UI elements will be displayed or hidden depending on the action type that is specified.
Server Variables
Opens the Allowed Server Variables Page, which lets you specify the server variables or HTTP headers to modify for the rule.
Note
Note: This feature was introduced in URL Rewrite version 2.0.
Action Properties
Displays the properties for the selected action type. This section is available only for the Rewrite, Redirect, and Custom Response action types.
Rewrite URL
Specifies syntax of the rewritten URL for the rule. This element is available only for the Rewrite action type.
Redirect URL
Specifies syntax of the URL redirection for the rule. This element is available only for the Redirect action type.
Redirect Type
Specifies redirection type for the rule. This element is available only for the Redirect action type. Possible values are as follows:
Permanent (301) — Specifies that the redirect type will be an HTTP 301 redirection. This informs HTTP clients that the requested resource has permanently moved to a new location and all references should be updated with the new location.
Found (302) — Specifies that the redirect type will be an HTTP 302 redirection. This informs HTTP clients that the request resource has moved temporarily.
See Other (303) — Specifies that the redirect type will be an HTTP 303 redirection. This informs HTTP clients that the request resource can be found under a different URI.
Temporary (307) — Specifies that the redirect type will be an HTTP 307 redirection. This informs HTTP clients that the request resource has moved temporarily.
Append query string
When selected, specifies that the original query string will be appended to the end of the rewritten URL. This element is available only for the Rewrite and Redirect action types.
Status Code
Specifies the HTTP status code for the custom response. This element is available only for the Custom Response action type.
Sub status Code
Specifies the HTTP substatus code for the custom response. This element is available only for the Custom Response action type.
Reason
Specifies the reason for returning the custom response. This element is available only for the Custom Response action type.
Error description
Specifies the error description for the custom response. This element is available only for the Custom Response action type.
Stop processing of subsequent rules
When selected, specifies that rules that come after the current rule will not be processed if the rule has been evaluated successfully. If the current rule did not match, then the subsequent rule will be evaluated. This element is available only for the Rewrite and None action types.
Actions Pane Elements
Element Name
Description
Apply
Saves the changes to the rule.
Cancel
Cancels the changes to the rule and reverts back to the last saved version of the rule.