Created
March 8, 2020 22:02
-
-
Save Fixmysite/72c399f53867748a8ebde3e06e5f8918 to your computer and use it in GitHub Desktop.
This file contains hidden or 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(s)?://(www\.)?fixmysite.com [NC] | |
| RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [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