Forum Moderators: phranque
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([a-zA-Z0-9\-]+)\.yourdomain\.com [NC]
RewriteRule ^(.*\.jpg)$ http://www.example.com/no-hotlinking-example.jpg [R=302,L]
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^(http://([a-z0-9\-]+)\.example\.com.*)?$ [NC]
RewriteCond %{REQUEST_URI} !^/no-hotlinking-example\.jpg$
RewriteRule \.jpg$ http://www.example.com/no-hotlinking-example.jpg [R=302,L]