Returns a 404 Not Found 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 404 Not Found, processing halts and the status code and response are sent to the client.

Examples

<if url="^/oldstuff/.+$">
<not-found />
</if>

See Also