I can't get the hotlinking crap to work for the life of me... So many people are hotlinking off of my site and I just can't have that. Anyway, I got it to where it'll show my alternate image, but it's also showing it in my allowed urls. How can I get it to leave those alone?!
This is what I have... do you see a problem!?
Thanks in advance!
Ashley
PHP Code:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://simply-bay.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.simply-bay.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://simply-baby.net/forum/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.simply-baby.net/forum/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://moonlightpaidmails.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.moonlightpaidmails.com/?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://topsitelists.com/bestsites/Boolie/topsites.html/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.topsitelists.com/bestsites/Boolie/topsites.html/.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ [url]http://simply-baby.net/sbblinkie.gif[/url] [R,NC]