Created
October 5, 2015 13:22
-
-
Save amilabandara/5b98bafff4caf8c36558 to your computer and use it in GitHub Desktop.
stop bandwidth steel
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://(www\.)?mydomain.com/.*$ [NC] | |
RewriteRule \.(gif|jpg)$ http://www.mydomain.com/angryman.gif [R,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment