Anti Hot linking code (does not fully work)
-
I added this code to my .htaccess in both my root directory and in my wp-content folders:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^https://(.+.)streetsoffashionseattle.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(jpe?g|gif|bmp|png)$ https://streetsoffashionseattle.com/wp-content/uploads/2011/04/jesse-jane-dont-hotlink_pg.jpg [L]And when I checked the links, only one of worked, as in it could not be linked to, but the others still showed the original image.
Any reason why this is not working fully?
Thanks in advance to any replies…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Anti Hot linking code (does not fully work)’ is closed to new replies.