I think my web server hates me. When trying to stop hotlinking and allow certain sites it either stops all images from loading, or hotlink protections doesnt work at all.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?sexual-linkage.com(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?thumbs-up.net(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?richardsrealm.com(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?back-off-bitch.net(/).*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]
doesnt show images at all
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?sexual-linkage.com(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?thumbs-up.net(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?richardsrealm.com(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?back-off-bitch.net(/).*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]
doesnt show images at all
Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?sexual-linkage.com(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?thumbs-up.net(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?richardsrealm.com(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?back-off-bitch.net(/).*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]
all images show but still hotlinkable
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?sexual-linkage.com(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?thumbs-up.net(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?richardsrealm.com(/).*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?back-off-bitch.net(/).*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]
all images show but still hotlinkable
All 4 were generated with
http://www.htmlbasix.com/disablehotlinking.shtml