Skip to content

Instantly share code, notes, and snippets.

@donjohnson
Created October 11, 2011 18:29
Show Gist options
  • Save donjohnson/1278935 to your computer and use it in GitHub Desktop.
Save donjohnson/1278935 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule ^/.* - [E=downgrade-1.0:1]
RewriteRule ^/.* - [L,E=force-response-1.0:1]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment