View Single Post
Old 04-18-2003, 12:27 PM  
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
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
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote