Skip to content

Instantly share code, notes, and snippets.

@wimleers
Created November 15, 2011 06:37
Show Gist options
  • Save wimleers/1366338 to your computer and use it in GitHub Desktop.
Save wimleers/1366338 to your computer and use it in GitHub Desktop.
.htaccess file to only allow downloads from Amazon CloudFront.
Options +FollowSymLinks -MultiViews
RewriteEngine On
SetEnvIf User-Agent ^Amazon Cloudfront$ cdn
Order Deny,Allow
Deny from all
Allow from env=cdn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment