Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active May 19, 2016 00:06
Show Gist options
  • Select an option

  • Save jennimckinnon/6ce71d9cb036e7904b6402a5e2ea1506 to your computer and use it in GitHub Desktop.

Select an option

Save jennimckinnon/6ce71d9cb036e7904b6402a5e2ea1506 to your computer and use it in GitHub Desktop.
Prevent hot linking in WordPress.
RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER}
!^http://(www\.)?your-site.com/.*$ [NC] RewriteRule \.(gif|jpg)$
http://www.your-site.com/hotlink.gif [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment