aha i see with the www it gives me this anti hotlink image.... what the fuck!
i thought that fucking htaccess was finally good, i never saw my site in IE til this evening, and i use this htacess code like a month for this site!
Tell me what the hell is wrong with it?
ErrorDocument 404
http://www.hoehoehoe.net/404.html
ErrorDocument 403
http://www.hoehoehoe.net/404.html
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?hoehoehoe\.net/ [NC]
RewriteCond %{HTTP_REFERER} !^.*hoehoehoe\.net/ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?gofuckyourself\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?cockboard\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?catyxxx\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?gallerysubmitter\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^.*adultwebmasterinfo\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^.*msn\. [NC]
RewriteCond %{HTTP_REFERER} !^.*yahoo\. [NC]
RewriteCond %{HTTP_REFERER} !^.*altavista\. [NC]
RewriteCond %{HTTP_REFERER} !^.*google\. [NC]
RewriteCond %{HTTP_REFERER} !^.*webcrawler\. [NC]
RewriteRule \.(jpe?g|gif|bmp|png)$ img/ownads/hotlinkimg1.jpg [L]