Ah if Dell is still OK that makes things easy. I was afraid we needed to switch.
Thanks DX.
Riley ,'Conversations with Dead People'
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Ah if Dell is still OK that makes things easy. I was afraid we needed to switch.
Thanks DX.
When I had a refurbished Dell laptop under warranty a few years ago, they were very prompt with sending someone to my house to fix my computer when it died. Just for another data point.
I've had a Dell for a few years, and I've had to call tech support a few times and they've always been pretty helpful.
ita, this will do what you want wrt fuckers.com:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://(.*.)?fuckers.com/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.*.)?asswipes.com/.*$ [NC]
RewriteRule .*\\.(jpg|jpeg|gif)$ [link] [R,NC,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(.*.)?buffistas.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*.)?worldcrossing.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*.)?provocateuse.com/.*$ [NC]
RewriteRule .*\\.(jpg|jpeg|gif)$ [link] [R,NC,L]
The main point being the L flag in the RewriteRule which tells it this is the Last command and stop processing this chain. Oh, and the order of the commands is important, otherwise fuckers.com will match the second chain. For extra credit, I wrote the rule so that you can add more domains to the list using the OR flag (see asswipes.com above).
You might just want to consider forbidding the hotlinking altogether thusly:
RewriteRule .*\\.(jpg|jpeg|gif)$ - [F,NC,L]
Thanks, Eddie! So far, that doesn't break my site.
Can someone click here: [link] and tell me what they see?
Big red NO HOTLINKING gif
A medium-sized 'no hotlinking' graphic.
eta: Firefox is shrinking it down for me.
edit to correct browser.
Still same.