Mobile app version of vmapp.org
Login or Join
Sarah324

: RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^https?://www.domain.com$ [NC] RewriteCond %{HTTP_REFERER} !^https?://subdomain.domain.com$ [NC] RewriteRule .*.(jpg|jpeg|gif|png|bmp)$

@Sarah324

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://www.domain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://subdomain.domain.com$ [NC]
RewriteRule .*.(jpg|jpeg|gif|png|bmp)$ google.com/thief.png [R,NC,L]


to allow people view images:

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^$ [OR]
RewriteCond %{HTTP_REFERER} !^https?://www.domain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://subdomain.domain.com$ [NC]
RewriteRule .*.(jpg|jpeg|gif|png|bmp)$ google.com/thief.png [R,NC,L]

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sarah324

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme