Returns a 403 Forbidden response to the client.

Arguments

This action has no arguments and does not allow conditions.

Remarks

This is a final action. When this action is executed, it sets the response status to 403 Forbidden, processing halts and the status code and response are sent to the client.

Examples

<if url="^/private/.+$">
<forbidden />
</if>

See Also