gone
Returns a 410 Gone 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 410 Gone, processing halts and the status code and response are sent to the client.
Examples
<if url="^/oldstuff/.+$"> <gone /> </if>