Skip to content

Instantly share code, notes, and snippets.

@tuckbloor
Last active November 27, 2018 13:41
Show Gist options
  • Save tuckbloor/debfe11fee158c060c240fce64c97bfe to your computer and use it in GitHub Desktop.
Save tuckbloor/debfe11fee158c060c240fce64c97bfe to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond "%{HTTP_REFERER}" "!http://localhost" [NC]
RewriteRule \.(pdf|xls|xlsx|jpeg|jpg|png|msg|numbers|doc|docx|csv|zip|tar)$ - [F]
#change localhost to mydomain.co.uk change pdf|xls|xlsx to what ever you require
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment