Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active June 10, 2019 11:11
Show Gist options
  • Save uno-de-piera/2475e045d487302f40d21123106f1041 to your computer and use it in GitHub Desktop.
Save uno-de-piera/2475e045d487302f40d21123106f1041 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?cursosdesarrolloweb.es [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment