Skip to content

Instantly share code, notes, and snippets.

@mschenck
Created January 21, 2011 17:27
Show Gist options
  • Save mschenck/790037 to your computer and use it in GitHub Desktop.
Save mschenck/790037 to your computer and use it in GitHub Desktop.
Possible solution for dropping PURGE requests that make it to apache
RewriteEngine on
RewriteCond %{THE_REQUEST} ^PURGE
RewriteRule .* - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment