Forum Moderators: phranque
RewriteCond %{HTTP_REFERER} !^http://(www\.)?example\.com [NC]
RewriteCond %{HTTP_REFERER} !^http://?255.255.255.255 [NC]
RewriteRule \.(jpe?g|gif|bmp|png)$ images/punchofpunks.gif [L]
RewriteCond %{REQUEST_URI} !^/images/no-hotlink\.gif$
RewriteCond %{HTTP_REFERER} !^(https?://((www\.)?example\.com|123\.45\.56\.89).*)?$ [NC]
RewriteRule \.(jpe?g|gif|bmp|png)$ images/no-hotlink.gif [L]