View Single Post
Old 03-09-2005, 11:52 AM  
nico-t
emperor of my world
 
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
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]
nico-t is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote