Created
October 7, 2014 20:31
-
-
Save RdlP/0a7683e3ef600b71e0ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine on | |
RewriteCond %{HTTP_REFERER} !^$ | |
RewriteCond %{HTTP_REFERER} !^http://angelluis.zapto.org/.*$ [NC] | |
RewriteRule \.(gif|jpg|png)$ http://angelluis.zapto.org/404.html [R,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment