Hotlink protection not working on multisite
-
Hi, this is driving me crazy.
I’ve tried everything, this is my actual htaccess:<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g?|png)$ [NC] RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)?nicoblog\. [NC] RewriteRule \.(gif|jpe?g?|png)$ - [F,NC,L] </ifModule>website is nicoblog.org
examples of sites getting away with stealing images:
http://animeitindo.blogspot.ch/2014/10/game-sao-sword-art-online-infinity-moment-english-patch-download.htmlhttp://www.invidel.com/sony/sony-playstation-portable-psp-roms-isos-i-coolromcom.html
please help! why doesn’t this work? =/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Hotlink protection not working on multisite’ is closed to new replies.