htaccess block domains from hotlinking images
问题 I blocked some sites in the file but they keep comming on my server and asking for images that slow down my server how i can add a rule for them so they will see big red sign STOP HOTLINKING RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} ^http://(www\.)?somesite\.pl [NC,OR] RewriteCond %{HTTP_REFERER} ^http://(www\.)?somesite\.pl [NC,OR] RewriteCond %{HTTP_REFERER} ^http://(www\.)?somesite\.pl [NC,OR] RewriteCond %{HTTP_REFERER} ^http://(www\.)?sklep.somesite\.eu